GITLAB
qijun
/
newdist
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
ControlUI/run.py
88 Bytes
Edit
Raw
Normal View
History
1f1943eb
qijun
initial commit
1 2 3 4
from app import app if __name__ == '__main__': app.run(host = '0.0.0.0', port = 5000)