This commit is contained in:
eichhornchen 2021-01-05 10:59:17 +01:00
parent bb77dab628
commit 9cb5c9157f
3 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ class LogsDisplay(Display):
"""
logs: Logs
def __init__(self, *args) -> None:
super().__init__(*args)
self.pad = self.newpad(self.rows, self.cols)

View File

@ -12,6 +12,7 @@ class MapDisplay(Display):
"""
map: Map
def __init__(self, *args):
super().__init__(*args)