2019-07-24 13:17:16 +00:00
|
|
|
from tfw.internals.event_handling import EventHandlerFactoryBase
|
2019-07-12 21:25:16 +00:00
|
|
|
|
|
|
|
from .tfw_connector import TFWConnector
|
|
|
|
|
|
|
|
|
|
|
|
class EventHandlerFactory(EventHandlerFactoryBase):
|
|
|
|
def _build_server_connector(self):
|
|
|
|
return TFWConnector()
|