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

add websockets suppor94

This commit is contained in:
MoonTestUse1
2025-01-05 02:47:03 +06:00
parent af7c903b5d
commit 97514ba8e9
6 changed files with 26 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
"""Employee models"""
from sqlalchemy import Column, Integer, String
from sqlalchemy.orm import relationship
from ..db.base import Base
from ..db.base_class import Base
class Employee(Base):