Further reorganization
[ton] / don / __init__.py
index dd93327..6fa0d33 100644 (file)
@@ -3,8 +3,6 @@ import struct
 
 from don import binary
 from don import string
-from don.constants import *
-from don._shared import TaggedObject
 
 def binary_to_string(b):
     return string.serialize(binary.deserialize(b))