mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 16:54:25 +00:00
4 lines
86 B
Python
4 lines
86 B
Python
from app import app
|
|
if __name__ == "__main__":
|
|
app.run(host='0.0.0.0', port=5001)
|