implement repr dunder

This commit is contained in:
2020-10-04 18:11:46 +00:00
parent 9edeed7f5c
commit 092e387337
3 changed files with 18 additions and 17 deletions

View File

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