package controller
import (
_ "blazing/modules/task/controller/admin"
_ "blazing/modules/task/controller/app"
_ "blazing/modules/task/service"
)