From a64b91fa306ac6a43d95ecda69ddbc0cbd41b8bc Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 21 Dec 2023 20:28:49 +0100 Subject: [PATCH] Add utility functions module doc --- mltb2/files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mltb2/files.py b/mltb2/files.py index ba65cca..1eb0e57 100644 --- a/mltb2/files.py +++ b/mltb2/files.py @@ -4,6 +4,8 @@ """File utils module. +This module provides utility functions for other modules. + Hint: Use pip to install the necessary dependencies for this module: ``pip install mltb2[files]``