Initial commit: Financial Crime domain exemplar

This commit is contained in:
2026-06-01 21:18:19 +12:00
commit 2fc4dacd59
70 changed files with 5776 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from random-corp!")
if __name__ == "__main__":
main()