#!/usr/bin/env python3 from server import *
if __name__ == "__main__": app.run(threaded=True, host="::", port=1235, ssl_context="adhoc")