1 2 3 4 5 6 7 8
# -*- test-case-name: automat -*- from ._methodical import MethodicalMachine from ._core import NoTransition __all__ = [ 'MethodicalMachine', 'NoTransition', ]