mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 06:08:51 -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")
|