This commit is contained in:
Will McGugan
2021-08-06 11:54:20 +01:00
parent 3aacac6f23
commit 2ded0fa54b
14 changed files with 158 additions and 37 deletions

View File

@@ -22,4 +22,4 @@ class GridTest(App):
grid.place(*(Placeholder() for _ in range(20)), center=Placeholder())
GridTest.run(title="Grid Test")
GridTest.run(title="Grid Test", log="textual.log")