diff options
Diffstat (limited to 'gn_libs')
-rw-r--r-- | gn_libs/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn_libs/__init__.py b/gn_libs/__init__.py new file mode 100644 index 0000000..9fca92d --- /dev/null +++ b/gn_libs/__init__.py @@ -0,0 +1,4 @@ +"""The GeneNetwork libraries' package. + +This is a collection of tools/utilities that are used in more than one project. +""" |