forked from LeenkxTeam/Kmake
4 lines
102 B
Python
4 lines
102 B
Python
import os
|
|
import site
|
|
site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')
|