1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
voice_assistant/src/fastapi_app/lib/clients/__init__.py
2023-09-30 21:47:37 +01:00

5 lines
145 B
Python

from .httpx import get_async_http_session
from .postgres import AsyncPostgresClient
__all__ = ["AsyncPostgresClient", "get_async_http_session"]