mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
6 lines
147 B
Python
6 lines
147 B
Python
from flask import Flask
|
|
|
|
webapp = Flask(__name__)
|
|
|
|
from webapp import commandes, configurations, index, humeurs, protondb, live_alert, twitch_auth
|