feat: install flask

This commit is contained in:
Christoph J. Scherr 2025-02-07 16:00:17 +01:00
parent 68228d0e04
commit a0dfc84aea
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
3 changed files with 91 additions and 3 deletions

View file

@ -1,2 +1,10 @@
from __future__ import annotations
from pathlib import Path
from flask import Flask, url_for
from markupsafe import escape
def main():
print("hello world")