compositor class

This commit is contained in:
Will McGugan
2022-02-28 17:09:27 +00:00
parent 57a05c7bbd
commit 2a547a2b72
9 changed files with 194 additions and 498 deletions

View File

@@ -9,7 +9,7 @@ class BasicApp(App):
def on_mount(self):
"""Build layout here."""
self.mount(uber=Widget())
self.mount(uber=Placeholder())
async def on_key(self, event: events.Key) -> None:
await self.dispatch_key(event)