mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
5 lines
64 B
Python
5 lines
64 B
Python
from flask import Flask, request
|
|
|
|
app = Flask(__name__)
|
|
|
|
request |