1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

чиним билд5

This commit is contained in:
MoonTestUse1
2025-01-02 00:13:14 +06:00
parent 97bd041ecd
commit 1287ce2360

View File

@@ -1,4 +1,4 @@
"""API routes package"""
from . import auth, requests
from . import auth, employees, requests, admin
__all__ = ['auth', 'requests']
__all__ = ['auth', 'requests', 'employees', 'admin']