Files @ 3420f682cc1d
Branch filter:

Location: C3L-NOC/spaceapi/run.py

Dennis Fink
use with statemant for loading the default_json_file
1
2
3
from spaceapi import create_app

create_app().run(debug=True)