MapDisplay extends Display
This commit is contained in:
@ -10,6 +10,3 @@ class Display:
|
||||
|
||||
def refresh(self) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
def display(self, y: int, x: int) -> None:
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user