apache/__init__.py
2023-11-28 00:15:10 +01:00

3 lines
77 B
Python

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