microproduct/atmosphericDelay-s1a/ISCEApp/site-packages/automat/__init__.py

9 lines
169 B
Python
Raw Normal View History

2024-12-18 03:03:53 +00:00
# -*- test-case-name: automat -*-
from ._methodical import MethodicalMachine
from ._core import NoTransition
__all__ = [
'MethodicalMachine',
'NoTransition',
]