This commit is contained in:
2024-06-29 22:30:23 +03:00
parent fb8dbd1220
commit 1c104ab567
9 changed files with 116 additions and 19 deletions

4
models/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from sqlalchemy.orm import configure_mappers
from .base import *
configure_mappers()