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