updated app reachable codes

This commit is contained in:
2025-04-09 11:51:28 +03:00
parent 7eadadbd1d
commit 7c2150a8b0
23 changed files with 1040 additions and 187 deletions

View File

@@ -80,6 +80,9 @@ from Schemas.event.event import (
Event2Employee,
Event2OccupantExtra,
Event2EmployeeExtra,
Applications,
Application2Employee,
Application2Occupant,
)
from Schemas.identity.identity import (
UsersTokens,
@@ -175,6 +178,9 @@ __all__ = [
"Event2Employee",
"Event2OccupantExtra",
"Event2EmployeeExtra",
"Applications",
"Application2Employee",
"Application2Occupant",
"Addresses",
"AddressCity",
"AddressStreet",