4 lines
135 B
Python
4 lines
135 B
Python
from app.auth.dependencies import get_current_active_user, get_current_user
|
|
|
|
__all__ = ["get_current_user", "get_current_active_user"]
|