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

13 lines
244 B
Python
Raw Normal View History

2023-08-16 20:06:09 -07:00
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