Add some core objects impl

This commit is contained in:
liyaxing
2023-09-11 02:05:24 +08:00
parent 36476eb5b4
commit 2761883ae8
11 changed files with 372 additions and 32 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from .object import EmailObject, ImageObject, TextChunkObject, ObjectID
from .object import KnowledgeObject
from .blob import FileBlobStorage
from .hash import HashValue, hash_data
from .object_store import ObjectStore