commit c0d478922b5fa67ebe68f11f93042cc7289ac620 Author: Марат Фазылов Date: Tue May 12 16:47:58 2026 +0000 Add main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..ff5178a --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +def raw_text_to_card(text: str) -> str: + """Convert raw text to a flat card representation.""" + return f"Card: {text}" \ No newline at end of file