From 757fce9fc0e08941983113157edaf6e1d552aebd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 9 Apr 2025 09:19:05 -0500 Subject: Initialise the sheepdog package to ensure the worker gets installed. --- sheepdog/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 sheepdog/__init__.py diff --git a/sheepdog/__init__.py b/sheepdog/__init__.py new file mode 100644 index 0000000..6aa513a --- /dev/null +++ b/sheepdog/__init__.py @@ -0,0 +1 @@ +"""The sheepdog scripts package.""" -- cgit 1.4.1