This commit is contained in:
2024-03-19 09:01:46 +03:00
parent aafa1050a7
commit 6ba041a839
23 changed files with 369 additions and 39 deletions

View File

@@ -1,3 +1,9 @@
from sqlalchemy.orm import configure_mappers
from .auth import *
from .deal import *
from .client import *
from .service import *
from .secondary import *
configure_mappers()