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")