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

add fastapi template

This commit is contained in:
grucshetskyaleksei
2023-09-19 01:15:40 +03:00
parent b606a21951
commit bebbcb9b5c
32 changed files with 1976 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ class App:
del self._faker_client
if __name__ == "__main__":
if __name__ == "__main__.py":
app = App()
try:
app.run()