Cole Faust | eb3a900 | 2022-09-22 18:25:09 -0700 | [diff] [blame] | 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) |