mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
better name
This commit is contained in:
@@ -15,7 +15,7 @@ except ImportError:
|
|||||||
font = Figlet(font="small")
|
font = Figlet(font="small")
|
||||||
|
|
||||||
|
|
||||||
class GridTest(App):
|
class CalculatorApp(App):
|
||||||
async def on_load(self, event: events.Load) -> None:
|
async def on_load(self, event: events.Load) -> None:
|
||||||
await self.bind("q,ctrl+c", "quit", "Quit")
|
await self.bind("q,ctrl+c", "quit", "Quit")
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ class GridTest(App):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
GridTest.run(title="Calculator Test")
|
CalculatorApp.run(title="Calculator Test")
|
||||||
|
|||||||
Reference in New Issue
Block a user