📝 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

4
app.py
View File

@@ -1,3 +1,7 @@
# Sunday Comics - A simple webcomic platform
# Copyright (c) 2025 Tomasita Cabrera
# Licensed under the MIT License - see LICENSE file for details
import os
from datetime import datetime
from flask import Flask, render_template, abort, jsonify, request