wag-managment-api-service-v.../api_events/tasks2events/occupant_tasks/build_owner.py

14 lines
358 B
Python

from api_events.tasks2events.default_abstract import AddEventFunctionality
class BuildOwner(AddEventFunctionality):
service_code = "SRO-FL-OWN"
related_code = "FL-OWN"
events = [
{"function_code": "bdcba521-0116-441c-ace1-84c5b68c86c7"},
]
def __new__(cls, *args, **kwargs):
return super().retrieve_events(cls.events)