001 Project structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Controller-level HTTP client factory."""
|
||||
|
||||
from httpx import AsyncClient
|
||||
|
||||
|
||||
def build_controller_http_client(timeout_seconds: float) -> AsyncClient:
|
||||
return AsyncClient(timeout=timeout_seconds)
|
||||
Reference in New Issue
Block a user