Moving example files back to its place

This commit is contained in:
Pascal Scheiben
2025-09-18 10:39:36 +02:00
parent 615d290773
commit 73a42aae3b
6 changed files with 1 additions and 1 deletions

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