first commit

This commit is contained in:
2024-11-07 17:44:29 +03:00
commit 643d6d8f65
247 changed files with 420800 additions and 0 deletions

View File

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