Mini Shell

Direktori : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/automat/
Upload File :
Current File : //proc/self/root/opt/imh-python/lib/python3.9/site-packages/automat/__init__.py

# -*- test-case-name: automat -*-
"""
State-machines.
"""
from ._typed import TypeMachineBuilder, pep614, AlreadyBuiltError, TypeMachine
from ._core import NoTransition
from ._methodical import MethodicalMachine

__all__ = [
    "TypeMachineBuilder",
    "TypeMachine",
    "NoTransition",
    "AlreadyBuiltError",
    "pep614",
    "MethodicalMachine",
]

Zerion Mini Shell 1.0