from sanic import Blueprint from .login import bp_sif_login bp_sif = Blueprint.group(bp_sif_login, url_prefix="main.php")