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

add websockets suppor93

This commit is contained in:
MoonTestUse1
2025-01-05 02:44:04 +06:00
parent c3c20f6e6f
commit af7c903b5d
5 changed files with 22 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
"""Models initialization"""
from .employee import Employee
from .request import Request
from .token import Token
__all__ = ['Employee', 'Request']
__all__ = ["Employee", "Request", "Token"]