From 7a9ce5df26bdfb147601d1fcc7bcf82ad431bd63 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 11:22:29 +0000 Subject: [PATCH] Initial upload: snippet-manager with CI/CD workflow --- snip/sync/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 snip/sync/__init__.py diff --git a/snip/sync/__init__.py b/snip/sync/__init__.py new file mode 100644 index 0000000..2436538 --- /dev/null +++ b/snip/sync/__init__.py @@ -0,0 +1 @@ +"""Sync module for Snip."""