Add support for pip again

This commit is contained in:
Stephen Horvath
2025-03-20 16:16:43 +10:00
parent 35e325b133
commit 754fbd868b
10 changed files with 57 additions and 21 deletions

View File

@@ -36,6 +36,7 @@ from .hardware import HardwarePage
from cros_ec_python import get_cros_ec
class YafiApplication(Adw.Application):
"""The main application singleton class."""
@@ -134,7 +135,7 @@ class YafiApplication(Adw.Application):
dialog.present(self.win)
def main(version):
def main():
"""The application's entry point."""
app = YafiApplication()
return app.run(sys.argv)