init. Not working due to the malunction of PySimpleGUI lib

This commit is contained in:
2025-09-18 19:11:13 +03:00
commit 434f9c0df3
17 changed files with 28385 additions and 0 deletions

4
PySimpleGUI/__main__.py Normal file
View File

@ -0,0 +1,4 @@
from .PySimpleGUI import *
if __name__ == "__main__":
main()