from sanic import Blueprint from .misc import bp_sdo_misc from .v1 import bp_sdo_v1 bp_sdo = Blueprint.group(bp_sdo_misc, bp_sdo_v1)