5 lines
162 B
Python
Raw Normal View History

2025-04-09 18:36:39 +00:00
def __main__(application_id: str,tu_credit_report: str) -> dict:
hd_score_m1 = 1184
2025-04-09 16:45:43 +00:00
2025-04-09 18:36:39 +00:00
return {"application_id": application_id,"hd_score_m1": hd_score_m1}