flask-python-helm2/routes/__init__.py
2020-09-14 13:50:50 +08:00

4 lines
99 B
Python

from flask import Blueprint
routes = Blueprint('routes', __name__)
from .kube_helm_routes import *