5 lines
83 B
Python
5 lines
83 B
Python
from auto_py_to_exe import __main__ as apte
|
|
|
|
|
|
apte.__name__ = '__main__'
|
|
apte.run() |