Files
cellxgene/server/run.py
Charlotte Weaver 40f5b94075 Consistency with quotes
' -> "
2018-06-29 13:14:58 -07:00

4 lines
68 B
Python

from app import app
app.run(host="0.0.0.0", debug=True, port=5005)