Adding example files

This commit is contained in:
Pascal Scheiben
2025-09-18 08:39:47 +02:00
parent 04054f181e
commit bcc2bc9678
6 changed files with 24 additions and 1 deletions

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

@@ -0,0 +1,3 @@
from .router import router as example_router
__all__ = ["example_router"]