Current Path : /proc/1412124/root/proc/1412127/cwd/usr/lib/python3/dist-packages/automat/ |
Current File : //proc/1412124/root/proc/1412127/cwd/usr/lib/python3/dist-packages/automat/__init__.py |
# -*- test-case-name: automat -*- from ._methodical import MethodicalMachine from ._core import NoTransition __all__ = [ 'MethodicalMachine', 'NoTransition', ]