From 4ad4ff2c633f17e060da9b78dd5aba969075a78c Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 6 Nov 2024 13:57:10 -0800 Subject: [PATCH] chore: add python pdk --- pdk-templates.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pdk-templates.json b/pdk-templates.json index ee6f078..63f8a8c 100644 --- a/pdk-templates.json +++ b/pdk-templates.json @@ -15,6 +15,10 @@ "name": "Go", "url": "https://github.com/extism/go-pdk-template" }, + { + "name": "Python", + "url": "https://github.com/extism/python-pdk-template" + }, { "name": "Zig", "url": "https://github.com/extism/zig-pdk-template"