4 lines
114 B
Python
4 lines
114 B
Python
from app.views import app as application
|
|
|
|
if __name__ == '__main__':
|
|
application.run(port="2121", debug=False) |