You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
189 B

import runpy
# The purpose of this file is to implement python 3.11+'s
# PYTHON_SAFE_PATH / -P option on older python versions.
runpy._run_module_as_main("ENTRY_POINT", alter_argv=False)