From 31910586d2b674ea6b157f4c49708223eb9f17c5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 16 Nov 2025 15:31:44 -0500 Subject: [PATCH] added __init__.py to splendor --- python/splendor/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/splendor/__init__.py diff --git a/python/splendor/__init__.py b/python/splendor/__init__.py new file mode 100644 index 0000000..525291c --- /dev/null +++ b/python/splendor/__init__.py @@ -0,0 +1 @@ +"""init."""