from file.scripts import company_general_rating_report_by_fid class TfseFile: def __init__(self): self.fid = None def get_general_report(self): return company_general_rating_report_by_fid(self.fid)