Files
opendan/src/component/ndn_client/ndn_client.py
T

13 lines
246 B
Python
Raw Normal View History

2023-08-16 20:06:09 -07:00
from .cid import ContentId
2023-08-16 20:06:09 -07:00
class NDN_GetTask:
2023-08-16 20:06:09 -07:00
def __init__(self) -> None:
pass
class NDN_Client:
2023-08-16 20:06:09 -07:00
def __init__(self):
pass
def get_file(self,cid:ContentId,target_path:str,urls:{}=None,options:{}=None):
2023-08-16 20:06:09 -07:00
pass