flask-python-helm/routes/__init__.py
2020-09-11 21:02:04 +08:00

9 lines
192 B
Python

from flask import Blueprint
routes = Blueprint('routes', __name__)
from .dashboard import *
from ._search import *
from ._matches import *
from ._hkfcD_motm import *
from ._convenor import *