Add main.py

This commit is contained in:
2026-05-12 16:47:58 +00:00
commit c0d478922b
+3
View File
@@ -0,0 +1,3 @@
def raw_text_to_card(text: str) -> str:
"""Convert raw text to a flat card representation."""
return f"Card: {text}"