PayShield-ML / main.py
Sibi Krishnamoorthy
prod
8a08300
raw
history blame contribute delete
90 Bytes
def main():
print("Hello from payshield-ml!")
if __name__ == "__main__":
main()