Example #1
0
File: fsms.py Project: txt/plm18
def again(w, a):
    return maybe()
Example #2
0
File: fsms.py Project: txt/plm18
def sit(w, a):
    return maybe()
Example #3
0
File: fsms.py Project: txt/plm18
def fail(w, a):
    return maybe()
Example #4
0
File: fsms.py Project: txt/plm18
def walk(w, a):
    return maybe()