1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-17 12:26:17 +00:00

fix: docker files & minor fixes

This commit is contained in:
Artem Litvinov
2023-09-23 19:21:32 +01:00
parent 5a02281651
commit 8dead13cc2
6 changed files with 14 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ from .project import *
__all__ = [
"ApiSettings",
"LoggingSettings",
"get_logging_config",
"PostgresSettings",
"ProjectSettings",
"get_logging_config",
]