1
0
mirror of https://github.com/simon987/od-database.git synced 2025-04-15 16:36:45 +00:00
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)