This commit is contained in:
FullGreaM 2021-07-26 16:20:53 +03:00
parent 8a8ddc2adc
commit a788d78844

View File

@ -2,3 +2,6 @@ from Flask import flask
app = flask(__name__)
@app.route('/panel')
def panel():
return '''''' # Вставить код...