Coverage for src/auth/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.11.0, created at 2025-11-26 17:11 +0300

1from .api import auth_router 

2from .plugin import AuthPlugin 

3 

4__all__ = ["auth_router", "AuthPlugin"]