class Trend_Downloader: def __init__(self, args = {}): pass def download(self, start_date, end_date, stock = "all"): pass def clean_data(self): pass def gather_one_day(self,date,stock = "all",delay = 0.1): pass def transfer_standard_date_to_nonstandard(self,date): pass