Test credits menu
This commit is contained in:
@ -24,3 +24,6 @@ class FakePad:
|
||||
|
||||
def getmaxyx(self) -> Tuple[int, int]:
|
||||
return 42, 42
|
||||
|
||||
def inch(self, y, x) -> str:
|
||||
return "i"
|
||||
|
Reference in New Issue
Block a user