MapDisplay extends Display

This commit is contained in:
Yohann D'ANELLO
2020-11-08 23:03:59 +01:00
parent 8ccf8c7b67
commit dc3f55cff3
3 changed files with 16 additions and 14 deletions

View File

@ -10,6 +10,3 @@ class Display:
def refresh(self) -> None:
raise NotImplementedError
def display(self, y: int, x: int) -> None:
raise NotImplementedError