Table of contents Index
class AbstractService # Encapsulates an abstract service. class Service(AbstractService) string ServiceException = 'Service' string __file__ = './Service.py' dictionary services = {}