Skip to content
Snippets Groups Projects
Unverified Commit 2050bfd6 authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-227] LockedMachine

parent 7d0ffa29
No related branches found
No related tags found
No related merge requests found
""" """
This module contains specifications of SKA state machines. This module contains specifications of SKA state machines.
""" """
from transitions import Machine, State from transitions import State
from transitions.extensions import LockedMachine as Machine
__all__ = ["OperationStateMachine", "AdminModeStateMachine", "ObservationStateMachine"] __all__ = ["OperationStateMachine", "AdminModeStateMachine", "ObservationStateMachine"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment