get_network_devices, ListComposedSubHandler, \
DictComposedSubHandler, ExecutionError
-__all__ = ('QoSHandler', 'get_service')
-
-
-def get_service(config):
- return QoSHandler(config.qos.pickle_dir, config.qos.config_dir)
+__all__ = ('QoSHandler')
class DeviceError(HandlerError):