1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 22:43:26 +00:00

fix rename schemas

This commit is contained in:
ksieuk 2023-09-29 15:42:56 +03:00
parent 3e0f0d07b0
commit 21331bd743

View File

@ -2,5 +2,5 @@ from .base import *
__all__ = [ __all__ = [
"HealthResponseModel", "HealthResponseModel",
"TokenSchema", "TokenResponseModel",
] ]