from .server import EAMServer app = EAMServer("http://127.0.0.1:5000", verbose_errors=True) app.run("0.0.0.0", 5000, debug=True)