llm_tutorial / .venv /lib /python3.11 /site-packages /cv2 /load_config_py2.py
koichi12's picture
Add files using upload-large-folder tool
762d748 verified
raw
history blame
151 Bytes
# flake8: noqa
import sys
if sys.version_info[:2] < (3, 0):
def exec_file_wrapper(fpath, g_vars, l_vars):
execfile(fpath, g_vars, l_vars)