This commit is contained in:
Magel, Denis
2025-09-18 14:23:19 +02:00
parent 9d12045b81
commit 767f43551e
8 changed files with 31 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
from src.example.router import router as example_router
from .aggregate_router import router as aggregate_router
from src.aggregate.aggregate_router import router as aggregate_router
__all__ = ["example_router", "aggregate_router"]