mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 00:09:04 +00:00
Add GUI runner and packaging docs
This commit is contained in:
@@ -197,3 +197,8 @@ class SeedPassApp(toga.App):
|
||||
)
|
||||
self.main_window = None
|
||||
self.lock_window.show()
|
||||
|
||||
|
||||
def main() -> None: # pragma: no cover - GUI bootstrap
|
||||
"""Run the BeeWare application."""
|
||||
SeedPassApp().main_loop()
|
||||
|
Reference in New Issue
Block a user