mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-15 10:39:12 +00:00
Add basic GUI windows and headless tests
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"""Graphical user interface for SeedPass."""
|
||||
|
||||
from .app import SeedPassApp
|
||||
from .app import SeedPassApp, build
|
||||
|
||||
|
||||
def main() -> None:
|
||||
"""Launch the GUI application."""
|
||||
SeedPassApp().main_loop()
|
||||
build().main_loop()
|
||||
|
||||
|
||||
__all__ = ["SeedPassApp", "main"]
|
||||
|
Reference in New Issue
Block a user