diff options
| author | Frederick Muriuki Muriithi | 2025-04-09 09:19:05 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-04-09 09:19:05 -0500 |
| commit | 757fce9fc0e08941983113157edaf6e1d552aebd (patch) | |
| tree | 712bd9992e77777aa177c4891216e33eb77c2dae | |
| parent | 2507f777e76c9b306bd811e482b10fcb125b54fd (diff) | |
| download | genenetwork3-757fce9fc0e08941983113157edaf6e1d552aebd.tar.gz | |
Initialise the sheepdog package to ensure the worker gets installed.
| -rw-r--r-- | sheepdog/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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.""" |
