bits/tests/context.py

8 lines
176 B
Python
Raw Normal View History

2020-10-03 20:35:46 -05:00
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'..')))
2020-10-04 13:11:46 -05:00
from bits import Bits
2020-10-03 20:35:46 -05:00