This commit is contained in:
2024-06-30 04:53:05 +03:00
parent 1c104ab567
commit a6f7a9d65f
15 changed files with 491 additions and 18 deletions

7
database/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
from sqlalchemy.orm import configure_mappers
from .stocks.models import *
from .sipro.models import *
configure_mappers()