eaapi/eaapi/server/__main__.py

5 lines
134 B
Python
Raw Normal View History

2022-11-17 01:56:45 +00:00
from .server import EAMServer
app = EAMServer("http://127.0.0.1:5000", verbose_errors=True)
app.run("0.0.0.0", 5000, debug=True)