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,4 +1,5 @@
from .auth import auth_router
from .deal import deal_router
from .client import client_router
from .service import service_router