mirror of
https://github.com/simon987/od-database.git
synced 2025-04-04 06:52:59 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
from app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run("0.0.0.0", port=12345)
|