diff options
author | Frederick Muriuki Muriithi | 2023-11-02 09:18:57 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-02 09:19:35 +0300 |
commit | 63a405c1ad79bbbfdd3385e7031a23ad2c1d5840 (patch) | |
tree | 577069f07940910e0f9e98409cfbbd3c901e9844 /scripts | |
parent | 6ef1eb896a2a07a83e6995ac17fc516e6de426cd (diff) | |
download | genenetwork3-63a405c1ad79bbbfdd3385e7031a23ad2c1d5840.tar.gz |
Make scripts directory a package to eliminate path issues.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/__init__.py b/scripts/__init__.py index e69de29..7b4bc2c 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -0,0 +1 @@ +"""CLI scripts.""" |