Repository URL to install this package:
|
Version:
4.0.0 ▾
|
import sys
import os.path
abspath = os.path.abspath(os.path.dirname(__file__))
if abspath not in sys.path:
sys.path.insert(0, abspath)