From e66e32ef0a6310946efd74bd0e9f3a62ea13513a Mon Sep 17 00:00:00 2001 From: voldemort <5692900+yell0wsuit@users.noreply.github.com> Date: Wed, 23 Jul 2025 01:39:46 +0700 Subject: [PATCH] Add module docstrings for icon links and index tags --- configs/icon_links.py | 2 ++ configs/index_tags.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/icon_links.py b/configs/icon_links.py index 01662dd..bf8975e 100644 --- a/configs/icon_links.py +++ b/configs/icon_links.py @@ -1,3 +1,5 @@ +"""Icon links module for social media links.""" + data = { "discord": "https://discord.cdrm-project.com/", "telegram": "https://telegram.cdrm-project.com/", diff --git a/configs/index_tags.py b/configs/index_tags.py index 2639ab1..b7fa190 100644 --- a/configs/index_tags.py +++ b/configs/index_tags.py @@ -1,3 +1,5 @@ +"""Index tags module for the index page.""" + tags = { "index": { "description": "Decrypt Widevine and PlayReady protected content",