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