From 14dd8045e0714f888406f8fa22cf1827078f786d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 10 Feb 2023 03:27:35 +0100 Subject: [PATCH] Add docstring for the root module --- unimore_bda_6/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/unimore_bda_6/__init__.py b/unimore_bda_6/__init__.py index e69de29..125852f 100644 --- a/unimore_bda_6/__init__.py +++ b/unimore_bda_6/__init__.py @@ -0,0 +1,10 @@ +""" +Sixth project for Big Data Analytics class for my Master's Degree at Unimore. + +For more details, see ``README.md`` or the documentation of the submodules. + +.. note:: + + This specific module is empty. + +"""