mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 01:21:48 +03:00
1f21c6d7f3
# Description Move some folders to packages Remove unused code
7 lines
111 B
Python
7 lines
111 B
Python
from .auth_bearer import AuthBearer, get_current_user
|
|
|
|
__all__ = [
|
|
"AuthBearer",
|
|
"get_current_user",
|
|
]
|