states.py: remove old file
This commit is contained in:
parent
825370fdd2
commit
88775d7f50
|
@ -1,11 +0,0 @@
|
|||
|
||||
from automat import MethodicalMachine
|
||||
|
||||
class WormholeState(object):
|
||||
_machine = MethodicalMachine()
|
||||
|
||||
@_machine.state(initial=True)
|
||||
def start(self):
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user