Files
MyAuth/src/myauth/api/__init__.py

3 lines
74 B
Python

from .routes import create_auth_router
__all__ = ["create_auth_router"]