Pyside6Template/pyinstallertemplate.py
Joey Yakimowich-Payne ae57008f4c Reorganize project
2022-11-08 09:30:50 -07:00

6 lines
115 B
Python

"""
This file is needed to get pyinstaller to understand modules.
"""
from $PROJ_MOD.$MAIN_MOD import main
main()