Add flask app with auto-reload to render the form template

This commit is contained in:
Benoît Seignovert 2024-02-14 10:02:07 +01:00
parent 433862d0ad
commit 2333ccd168
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
12 changed files with 662 additions and 61 deletions

5
render/__init__.py Normal file
View file

@ -0,0 +1,5 @@
"""HTML dynamic template rendering submodule.
This file is required for pytest pre-commit hook (pytest#3151).
"""