diff --git a/run.py b/run.py new file mode 100644 --- /dev/null +++ b/run.py @@ -0,0 +1,3 @@ +from spaceapi import app + +app.run(debug=True)