tfse-app-api-v0.2/file/TfseFile.py

11 lines
226 B
Python
Raw Normal View History

2021-12-17 17:01:32 +08:00
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)