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