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