work on improving hostability

This commit is contained in:
2026-04-03 20:25:30 -07:00
parent 7ecc225f8c
commit e79ffea14a
7 changed files with 186 additions and 4 deletions

3
backend/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from backend.main import main
main()