dinner_vote/session.py

3 lines
46 B
Python
Raw Normal View History

2024-09-10 10:55:19 +08:00
from flask import Flask
app = Flask(__name__)