forked from jan/debianmemberportfolio
7 lines
124 B
Python
7 lines
124 B
Python
|
#!/usr/bin/env python2
|
||
|
from debianmemberportfolio import app
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
app.debug = True
|
||
|
app.run()
|