states.py: remove old file

This commit is contained in:
Brian Warner 2017-02-22 18:06:28 -08:00
parent 825370fdd2
commit 88775d7f50

View File

@ -1,11 +0,0 @@
from automat import MethodicalMachine
class WormholeState(object):
_machine = MethodicalMachine()
@_machine.state(initial=True)
def start(self):
pass