summaryrefslogtreecommitdiffstats
path: root/run.py
blob: 0320886558e4b738a07f9c1812920cde0c157a6f (plain)
1
2
3
4
5
#!/usr/bin/env python
from accounts import create_app

application = create_app()
application.run()