blob: ffbaaa8db9b0072300a04c7d3777499d60bc5005 [file] [log] [blame]
Cole Fausteb3a9002022-09-22 18:25:09 -07001import 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
6runpy._run_module_as_main("ENTRY_POINT", alter_argv=False)