mariadb/__init__.py
2023-05-01 00:55:54 +02:00

3 lines
79 B
Python

from flask import Blueprint, g
mariadb_app=Blueprint('mariadb_app', __name__)