make it so that Textual can start the app
This commit is contained in:
parent
173d23addf
commit
dbd622ed9d
2 changed files with 7 additions and 3 deletions
|
|
@ -39,8 +39,11 @@ def try_this():
|
|||
print(f"{db_teilchen=}")
|
||||
|
||||
|
||||
app = SammlerApp()
|
||||
|
||||
|
||||
def main() -> None:
|
||||
app = SammlerApp()
|
||||
# app = SammlerApp()
|
||||
app.run()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue