8 lines
169 B
Python
8 lines
169 B
Python
from flask import Blueprint
|
|
routes = Blueprint('routes', __name__)
|
|
|
|
from .dashboard import *
|
|
from ._matches import *
|
|
from ._hkfcD_motm import *
|
|
from ._convenor import *
|