flask-python-helm/routes/__init__.py
2020-09-12 23:51:12 +08:00

4 lines
99 B
Python

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