4 lines
99 B
Python
4 lines
99 B
Python
from flask import Blueprint
|
|
routes = Blueprint('routes', __name__)
|
|
|
|
from .kube_helm_routes import * |