Continue Flask migration.

This commit is contained in:
yohan 2024-06-02 11:37:28 +02:00
parent f630707fd0
commit 54c697133c

View File

@ -10,6 +10,7 @@ import os
import sys import sys
import datetime import datetime
import time import time
import requests
# This code has been written for # This code has been written for
# python3-flask 2.2.2-3 all micro web framework based on Werkzeug and Jinja2 - Python 3.x # python3-flask 2.2.2-3 all micro web framework based on Werkzeug and Jinja2 - Python 3.x