From 1a846cc287e3b9e557e6da421f0851648bc6730a Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 5 Nov 2020 14:48:34 +0100 Subject: [PATCH] complete init for bin folder --- PanACoTA/bin/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PanACoTA/bin/__init__.py b/PanACoTA/bin/__init__.py index 5980e95b..d434bcd9 100644 --- a/PanACoTA/bin/__init__.py +++ b/PanACoTA/bin/__init__.py @@ -29,3 +29,7 @@ # along with PanACOTA (COPYING file). # # If not, see <https://www.gnu.org/licenses/>. # # ############################################################################### + +""" +PanACoTA command +""" \ No newline at end of file -- GitLab