update to RIO 0.11.1

This commit is contained in:
Cole Deck
2025-09-29 18:51:32 +00:00
parent 145a215305
commit 65f6052903
11 changed files with 28 additions and 20 deletions

3
run.py Normal file
View File

@@ -0,0 +1,3 @@
from inventory import app
app.run_as_web_server(host='0.0.0.0',port=8000)