mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 08:26:13 -06:00
5 lines
80 B
Python
5 lines
80 B
Python
from app import app, db
|
|
|
|
if __name__ == "__main__":
|
|
app.run(host="0.0.0.0")
|