feat: projects and boards

This commit is contained in:
2025-02-07 20:08:14 +04:00
parent 2aa84837e4
commit 9ee3f87de9
25 changed files with 1312 additions and 387 deletions

View File

@@ -1,6 +1,9 @@
from sqlalchemy.orm import configure_mappers
from .auth import *
from .project import *
from .board import *
from .status import *
from .deal import *
from .client import *
from .service import *
@@ -15,5 +18,6 @@ from .marketplace_products import *
from .deal_group import *
from .transaction import *
from .residues import *
from .shipping import *
configure_mappers()