from tfw.internals.event_handling import EventHandlerFactoryBase from .tfw_connector import TFWConnector class EventHandlerFactory(EventHandlerFactoryBase): def _build_connector(self): return TFWConnector()