mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-05 07:14:25 +01:00
5 lines
80 B
Python
5 lines
80 B
Python
from website import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(host="0.0.0.0")
|