Revert "Merge branch 'main' of https://github.com/GooGuTeam/osu_lazer_api"
This reverts commit3e1af0a1e1, reversing changes made to19ac477a8c.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from app.models.spectator_hub import FrameDataBundle, SpectatorState
|
||||
|
||||
from .hub import Client, Hub
|
||||
|
||||
|
||||
class SpectatorHub(Hub):
|
||||
async def BeginPlaySession(
|
||||
self, client: Client, score_token: int, state: SpectatorState
|
||||
) -> None:
|
||||
...
|
||||
|
||||
async def SendFrameData(
|
||||
self, client: Client, frame_data: FrameDataBundle
|
||||
) -> None:
|
||||
...
|
||||
Reference in New Issue
Block a user