Add object and chunk base impl and test cases

This commit is contained in:
liyaxing
2023-09-11 00:46:56 +08:00
parent e8e3812d28
commit 36476eb5b4
16 changed files with 385 additions and 125 deletions
+5
View File
@@ -0,0 +1,5 @@
from .object import EmailObject, ImageObject, TextChunkObject, ObjectID
from .blob import FileBlobStorage
from .hash import HashValue, hash_data
from .object_store import ObjectStore
from .object_id import ObjectID, ObjectType