<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># -*- test-case-name: automat -*-
from ._methodical import MethodicalMachine
from ._core import NoTransition

__all__ = [
    'MethodicalMachine',
    'NoTransition',
]
</pre></body></html>