9 lines
192 B
Python
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 *
|