tfse-model-api-v0.2/Esg/EsgModel.py

11 lines
149 B
Python

class EsgModel:
"""
ESG评价模型
"""
def __init__(self):
"""
初始化数据
"""
self.cid = None