sync
This commit is contained in:
BIN
api/model/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
api/model/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/model/__pycache__/user.cpython-311.pyc
Normal file
BIN
api/model/__pycache__/user.cpython-311.pyc
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
from sqlalchemy import Boolean, Column, Integer, String
|
||||
|
||||
from .database import Base
|
||||
from api.uow.database import Base
|
||||
|
||||
|
||||
class User(Base):
|
||||
|
Reference in New Issue
Block a user