complete pkg_system basic design and impl

This commit is contained in:
Liu Zhicong
2023-08-16 20:06:09 -07:00
parent 3d8f6fd5c8
commit 6b39379d7c
10 changed files with 554 additions and 76 deletions
+13
View File
@@ -0,0 +1,13 @@
from .cid import content_id
class ndn_get_task:
def __init__(self) -> None:
pass
class ndn_client:
def __init__(self):
pass
def get_file(cid:content_id,target_path:str,urls:{}=None,options:{}=None):
pass