mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Add GUI runner and packaging docs
This commit is contained in:
4
src/run_gui.py
Normal file
4
src/run_gui.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from seedpass_gui.app import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
@@ -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