mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +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")
|