mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-28 15:02:46 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
"""Auth by apikey endpoint."""
|
|
from stream_fusion.web.api.auth.views import router
|
|
|
|
__all__ = ["router"]
|