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

4 lines
102 B
Python

from .dependencies import GameContext
from .eventstream import EventStream
from .server import Server