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
|