From fb9ea40bca34e7413934a932567ab9d9d05cffbe Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 21:39:51 +0000 Subject: [PATCH] Initial upload: man-card CLI tool with PDF/PNG generation, templates, and tests --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..dcb2f97 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Test package for man-card."""