Temporary commit

This commit is contained in:
Liu Zhicong
2023-08-14 12:44:19 -07:00
parent 9814889d34
commit 3d8f6fd5c8
21 changed files with 380 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
from .cid import content_id
+8
View File
@@ -0,0 +1,8 @@
class content_id:
def __init__(self) -> None:
pass
def create_from_str(cid_str:str):
pass