1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 06:23:28 +00:00
voice_assistant/src/fastapi_app/lib/joke/__init__.py
2023-09-30 22:28:55 +01:00

4 lines
61 B
Python

from .services import JokeService
__all__ = ["JokeService"]