mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 10:55:12 +00:00
Specify EventHandler types in builtin handlers
This commit is contained in:
@ -34,6 +34,7 @@ BUILD_ARTIFACTS = (
|
||||
|
||||
class IdeHandler:
|
||||
keys = ['ide']
|
||||
type_id = 'ControlEventHandler'
|
||||
|
||||
def __init__(self, *, patterns, initial_file=''):
|
||||
self.connector = None
|
||||
|
Reference in New Issue
Block a user