5 lines
100 B
Python
5 lines
100 B
Python
"""Middleware components."""
|
|
from .auth import get_current_client
|
|
|
|
__all__ = ["get_current_client"]
|