This repository has been archived on 2023-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
WebPicDownloader/autopy-run.py

5 lines
83 B
Python

from auto_py_to_exe import __main__ as apte
apte.__name__ = '__main__'
apte.run()