mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 13:05:11 +00:00
Specify EventHandler types in builtin handlers
This commit is contained in:
@ -10,6 +10,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
class FSMHandler:
|
||||
keys = ['fsm']
|
||||
type_id = 'ControlEventHandler'
|
||||
|
||||
def __init__(self, *, fsm_type):
|
||||
self.connector = None
|
||||
|
Reference in New Issue
Block a user