From db051a192af5a6b54725639cf7d131a8e53d53d9 Mon Sep 17 00:00:00 2001 From: James Gerity Date: Fri, 14 Jul 2023 22:54:55 -0400 Subject: [PATCH] docs: add docstring to library root module --- sopel/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sopel/__init__.py b/sopel/__init__.py index d35d10759..4781fd050 100644 --- a/sopel/__init__.py +++ b/sopel/__init__.py @@ -1,3 +1,8 @@ +""" +Sopel is a simple, easy-to-use, open-source IRC utility bot, written in Python. + +It’s designed to be easy to use, easy to run, and easy to extend. +""" # ASCII ONLY IN THIS FILE THOUGH!!!!!!! # Python does some stupid bullshit of respecting LC_ALL over the encoding on the # file, so in order to undo Python's ridiculous fucking idiocy, we have to have