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:
@@ -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"]
|
Reference in New Issue
Block a user