akindices/heroku-run.py
2015-10-12 09:18:17 -07:00

6 lines
97 B
Python

from app import create_app
app = create_app('heroku')
if __name__ == "__main__":
app.run()