5 lines
162 B
Python
5 lines
162 B
Python
def __main__(application_id: str,tu_credit_report: str) -> dict:
|
|
hd_score_m1 = 1184
|
|
|
|
return {"application_id": application_id,"hd_score_m1": hd_score_m1}
|