From 2462a081bf9d605e182e42615cf1f0c1d1f228f0 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Tue, 28 Jan 2025 15:30:09 -0500 Subject: [PATCH] Add a documentation string for the module cli. --- src/fenrirscreenreader/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/cli.py b/src/fenrirscreenreader/cli.py index 83d269ff..40dc939a 100644 --- a/src/fenrirscreenreader/cli.py +++ b/src/fenrirscreenreader/cli.py @@ -2,7 +2,7 @@ # Fenrir TTY screen reader # By Chrys, Storm Dragon, and contributors. - +"""Module for managing the command line interface of Fenrir.""" import os import sys import inspect