Files
pyShelf/__init__.py

3 lines
61 B
Python
Executable File

import sys
import os
sys.path.insert(0, os.path.abspath('.'))