From f65569dc50968f92cee4719cac327b950d038792 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Wed, 8 Oct 2025 14:31:08 +0200 Subject: [PATCH] add snippet for python --- snippets/python.snippets | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 snippets/python.snippets diff --git a/snippets/python.snippets b/snippets/python.snippets new file mode 100644 index 0000000..13c5f33 --- /dev/null +++ b/snippets/python.snippets @@ -0,0 +1,2 @@ +snippet exception Exception statement + Exception(f"$1")