from config import app, host, port
from util import SSLServer
import routes
app.run(host=host, port=port, server=SSLServer)