proxadmin/run.py

5 lines
62 B
Python
Raw Normal View History

2017-03-08 13:53:09 -05:00
from app import app
if __name__ == '__main__':
app.run()