# -*- encoding: utf-8 -*-
# -----------------------------------------------------------------------------
# @File Name : __main__.py
# @Time : 2020/11/18 下午3:17
# @Author : X. Peng
# @Email : acepengxiong@163.com
# @Software : PyCharm
# -----------------------------------------------------------------------------
from app.api.app import app
if __name__ == '__main__':
app.run('0.0.0.0', port=8000, debug=True)
-
pengxiong authoredbe8fc2fd