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