mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
4 lines
49 B
Python
4 lines
49 B
Python
from flask import Flask
|
|
|
|
app = Flask("__name__")
|