get-aggregates #2

Merged
pascal merged 4 commits from get-aggregates into main 2025-09-18 09:06:10 +00:00
6 changed files with 1 additions and 1 deletions
Showing only changes of commit 73a42aae3b - Show all commits

View File

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

0
src/example/__init__.py Normal file
View File