Files @ feca6a8b97a4
Branch filter:

Location: C3L-NOC/spaceapi/run.py

Dennis Fink
Rename to spaceapi and bump version to 0.0.15
1
2
3
from spaceapi import create_app

create_app().run(debug=True)