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