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