add Bit object

This commit is contained in:
2020-10-10 05:42:18 +00:00
parent b887264cbc
commit 37782f4b8b
4 changed files with 190 additions and 28 deletions

View File

@@ -3,6 +3,7 @@ import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
'..')))
from bits import Bit
from bits import Bits
from bits import Bytes