This commit is contained in:
2024-03-04 10:15:28 +00:00
parent 4df5770e76
commit 92c52954c8
25 changed files with 80 additions and 114 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
from sqlalchemy import Boolean, Column, Integer, String
from .database import Base
from api.uow.database import Base
class User(Base):