add fastapi

This commit is contained in:
2025-03-19 13:54:45 +01:00
parent 03f01ca5a0
commit 854bc7931b
3 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
echo Running flask hello world
uvicorn app.main:app --host localhost --port 8000