Skip to content

Instantly share code, notes, and snippets.

@lbjay
Created May 22, 2013 19:53
Show Gist options
  • Save lbjay/5630391 to your computer and use it in GitHub Desktop.
Save lbjay/5630391 to your computer and use it in GitHub Desktop.
from adsabs.app import create_app
if __name__ == '__main__':
app = create_app()
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment