Files
Kmake/tools/pip/sitecustomize.py

4 lines
102 B
Python
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
import os
import site
site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')