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",