#! /usr/bin/python3 # -*- coding:utf-8 -*- from src import main main.run('0.0.0.0', 8080, True)