13 lines
244 B
Python
13 lines
244 B
Python
|
|
|
||
|
|
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
|