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/joke/__init__.py
2023-10-02 20:08:07 +01:00

5 lines
118 B
Python

from .repository import JokeRepository
from .services import JokeService
__all__ = ["JokeRepository", "JokeService"]