Searched refs:ServiceInterface (Results 1 – 5 of 5) sorted by relevance
20 from services.interface.service_interface import ServiceInterface23 class BuildFileGeneratorInterface(ServiceInterface):
20 from services.interface.service_interface import ServiceInterface24 class BuildExecutorInterface(ServiceInterface):
19 from services.interface.service_interface import ServiceInterface24 class PreloadInterface(ServiceInterface):
19 from services.interface.service_interface import ServiceInterface23 class LoadInterface(ServiceInterface):
21 class ServiceInterface(metaclass=ABCMeta): class