Files
dcs_liberation/game/server/eventstream/__init__.py
Dan Albert 21f7912458 Add websocket event stream for sim updates.
As a proof of concept this only covers the flight positions.
2022-02-16 01:34:56 -08:00

3 lines
64 B
Python

from .eventstream import EventStream
from .routes import router