wxPython GUI: Initial Commit

This commit is contained in:
Mykola Grymalyuk
2021-12-22 19:29:29 -07:00
parent aa8643f247
commit 0cb2c84968
6 changed files with 2042 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
from resources import main
if __name__ == '__main__':
main.OpenCoreLegacyPatcher(True)