mg tut c3

This commit is contained in:
2024-08-01 03:33:45 -07:00
parent fed4454a05
commit 426e917df9
12 changed files with 788 additions and 33 deletions

View File

@@ -1,6 +1,8 @@
from flask import Flask
from config import Config
app = Flask(__name__)
app.config.from_object(Config)
from app import routes