1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
Files
AdministrationItDepartmens/backend/app/routers/__init__.py
2025-01-02 00:13:14 +06:00

4 lines
125 B
Python

"""API routes package"""
from . import auth, employees, requests, admin
__all__ = ['auth', 'requests', 'employees', 'admin']