6 lines
118 B
Python
6 lines
118 B
Python
|
|
"""Hub dependencies."""
|
||
|
|
|
||
|
|
from app.dependencies.admin_auth import validate_admin_key
|
||
|
|
|
||
|
|
__all__ = ["validate_admin_key"]
|