proxstar/app.py

7 lines
132 B
Python
Raw Permalink Normal View History

2018-01-23 08:36:08 +00:00
from proxstar import app
if __name__ == "__main__":
app.run(host=app.config['IP'], port=app.config['PORT'])
application = app