microproduct/dem-sentiral/ISCEApp/site-packages/automat/__init__.py

9 lines
169 B
Python
Raw Normal View History

2023-08-28 10:17:29 +00:00
# -*- test-case-name: automat -*-
from ._methodical import MethodicalMachine
from ._core import NoTransition
__all__ = [
'MethodicalMachine',
'NoTransition',
]