📝 license

This commit is contained in:
mi
2025-11-14 15:37:41 +10:00
parent a79f80a2ea
commit ecbc75e447
6 changed files with 54 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python3
# Sunday Comics - Add comic script
# Copyright (c) 2025 Tomasita Cabrera
# Licensed under the MIT License - see LICENSE file for details
"""
Script to add a new comic entry to comics_data.py with reasonable defaults
"""

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python3
# Sunday Comics - RSS feed generator
# Copyright (c) 2025 Tomasita Cabrera
# Licensed under the MIT License - see LICENSE file for details
"""
Script to generate an RSS feed for the comic
"""