8 lines
125 B
Python
8 lines
125 B
Python
|
|
||
|
class Event_Controller:
|
||
|
|
||
|
def __init__(self):
|
||
|
pass
|
||
|
|
||
|
def handle_model_created_event(self, model):
|
||
|
pass
|