Fixed module export + inc'd version

This commit is contained in:
2025-10-19 17:05:57 +02:00
parent 7634631b90
commit c5831ef5c0
27 changed files with 131 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
from .routes import create_auth_router
__all__ = ["create_auth_router"]