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:
@@ -28,7 +28,7 @@ class App:
|
||||
del self._faker_client
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if __name__ == "__main__.py":
|
||||
app = App()
|
||||
try:
|
||||
app.run()
|
||||
|
||||
Reference in New Issue
Block a user