Files @ f591cd1f3c49
Branch filter:

Location: C3L-NOC/spaceapi/run.py - annotation

Dennis Fink
Merge send_tweet and post_tweet, send_toot and post_toot, send_email and post_email into the spaceapi class
1
2
3
from spaceapi import create_app

create_app().run(debug=True)