debianmemberportfolio/run.py

7 lines
124 B
Python
Raw Normal View History

2015-11-10 22:31:14 +01:00
#!/usr/bin/env python2
from debianmemberportfolio import app
if __name__ == '__main__':
app.debug = True
app.run()