Test credits menu

This commit is contained in:
Yohann D'ANELLO
2020-12-18 23:39:56 +01:00
parent 4b174f26e4
commit ed6457e94d
2 changed files with 14 additions and 0 deletions

View File

@ -24,3 +24,6 @@ class FakePad:
def getmaxyx(self) -> Tuple[int, int]:
return 42, 42
def inch(self, y, x) -> str:
return "i"