peekaboo-demo / __init__.py
hasibzunair's picture
add files
1803579
raw
history blame contribute delete
95 Bytes
import sys
from os.path import dirname, join
sys.path.insert(0, join(dirname(__file__), "."))