console/app.py

7 lines
79 B
Python
Raw Normal View History

2015-11-26 23:49:41 +03:00
# coding: utf-8
from app import app
if __name__ == '__main__':
app.run()