6 lines
115 B
Python
6 lines
115 B
Python
"""
|
|
This file is needed to get pyinstaller to understand modules.
|
|
"""
|
|
|
|
from $PROJ_MOD.$MAIN_MOD import main
|
|
main()
|