Arranging imports

This commit is contained in:
Pascal Scheiben
2025-09-18 13:49:54 +02:00
committed by Magel, Denis
parent 72992d651d
commit 9d12045b81
5 changed files with 11 additions and 4 deletions

View File

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