1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
voice_assistant/src/template/tests/functional/models/__init__.py
2023-10-04 00:40:55 +03:00

8 lines
106 B
Python

from .http import *
__all__ = [
"HTTPResponse",
"MakeResponseCallableType",
"MethodsEnum",
]