2 lines
77 B
Python
2 lines
77 B
Python
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|