aboutsummaryrefslogtreecommitdiffhomepage
path: root/sec_certs_page/docs/__init__.py
blob: 727d4da6e28f837d45a0d47ac924482367f04c1d (plain) (blame)
1
2
3
4
5
from flask import Blueprint

docs: Blueprint = Blueprint("docs", __name__, url_prefix="/docs")

from .views import *