3 lines
79 B
Python
3 lines
79 B
Python
from flask import Blueprint, g
|
|
|
|
mariadb_app=Blueprint('mariadb_app', __name__)
|