Add module docstrings for icon links and index tags

This commit is contained in:
voldemort 2025-07-23 01:39:46 +07:00
parent 5f217f2995
commit e66e32ef0a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"""Icon links module for social media links."""
data = { data = {
"discord": "https://discord.cdrm-project.com/", "discord": "https://discord.cdrm-project.com/",
"telegram": "https://telegram.cdrm-project.com/", "telegram": "https://telegram.cdrm-project.com/",

View File

@ -1,3 +1,5 @@
"""Index tags module for the index page."""
tags = { tags = {
"index": { "index": {
"description": "Decrypt Widevine and PlayReady protected content", "description": "Decrypt Widevine and PlayReady protected content",