Cleanups
This commit is contained in:
6
hopper/interfaces.py
Normal file
6
hopper/interfaces.py
Normal file
@ -0,0 +1,6 @@
|
||||
from typing import Protocol
|
||||
|
||||
|
||||
class SendGameStateInterface(Protocol):
|
||||
async def send_game_state(self) -> None:
|
||||
...
|
||||
Reference in New Issue
Block a user