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

@@ -33,5 +33,5 @@ def main() -> None:
exit(os.EX_SOFTWARE)
if __name__ == "__main__":
if __name__ == "__main__.py":
main()