This commit is contained in:
2020-10-28 06:31:17 +00:00
parent 63929e6f5b
commit 42bb3f13e6
4 changed files with 18 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'..')))
'../src')))
from bits import Bit
from bits import Bits