mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-07-12 19:46:22 +00:00
Simplify package structure
This commit is contained in:
8
tfw/main/event_handler_factory.py
Normal file
8
tfw/main/event_handler_factory.py
Normal file
@ -0,0 +1,8 @@
|
||||
from tfw.internals.event_handling import EventHandlerFactoryBase
|
||||
|
||||
from .tfw_connector import TFWConnector
|
||||
|
||||
|
||||
class EventHandlerFactory(EventHandlerFactoryBase):
|
||||
def _build_server_connector(self):
|
||||
return TFWConnector()
|
Reference in New Issue
Block a user