Basic Flask Server¶
Simple flask server for matcher example.
Attributes¶
app = Flask(__name__)
module-attribute
¶
logger = logging.getLogger(__name__)
module-attribute
¶
Functions¶
hello_world(test_id: int) -> Response
¶
Source code in examples/tests/v3/basic_flask_server.py
ping() -> str
¶
start_provider() -> Generator[URL, None, None]
¶
Start the provider app.