od-database/main.py
2019-11-13 13:03:43 -05:00

5 lines
83 B
Python

from app import app
if __name__ == '__main__':
app.run("0.0.0.0", port=12345)