mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-27 13:02:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
7
support/testing/tests/package/sample_python_flask.py
Normal file
7
support/testing/tests/package/sample_python_flask.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def hello_world():
|
||||
return 'Hello, World!'
|
||||
Reference in New Issue
Block a user