HubobelsPython/venv/lib/python3.9/site-packages/automat/__init__.py
2022-01-02 21:50:48 +01:00

8 lines
169 B
Python

# -*- test-case-name: automat -*-
from ._methodical import MethodicalMachine
from ._core import NoTransition
__all__ = [
'MethodicalMachine',
'NoTransition',
]