Import config from .env

This commit is contained in:
dylan
2025-04-12 01:49:07 +02:00
parent e9369aa230
commit f74dfbaab3
4 changed files with 8 additions and 3 deletions

2
app.py
View File

@ -1,3 +1,5 @@
import os
from flask import Flask
app = Flask(__name__)