From c616f614843a4f061566a8f967fcb4e90a8c8d53 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 00:58:43 +0000 Subject: [PATCH] Add templates and example files for Python, Go, and JavaScript --- doc2man/templates/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc2man/templates/__init__.py diff --git a/doc2man/templates/__init__.py b/doc2man/templates/__init__.py new file mode 100644 index 0000000..5879298 --- /dev/null +++ b/doc2man/templates/__init__.py @@ -0,0 +1 @@ +"""Templates package for Doc2Man."""