5 lines
48 B
Python
Raw Permalink Normal View History

2025-09-12 22:47:41 +02:00
from flask import Flask
app = Flask(__name__)