From ad713b3b3729554707f92dea4f56c9e583518bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Tue, 24 May 2022 16:32:43 +0100 Subject: [PATCH] add documentation to __init__s --- aliby/__init__.py | 3 +++ extraction/__init__.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/aliby/__init__.py b/aliby/__init__.py index e69de29b..d220f469 100644 --- a/aliby/__init__.py +++ b/aliby/__init__.py @@ -0,0 +1,3 @@ +""" +Orchestration module and network mid-level interfaces. +""" diff --git a/extraction/__init__.py b/extraction/__init__.py index e69de29b..9958ca7c 100644 --- a/extraction/__init__.py +++ b/extraction/__init__.py @@ -0,0 +1,3 @@ +""" +Handles quantification of image, labels and masks into numerical data structures. +""" -- GitLab