from . import user, admin, payment routers = [ user.router, admin.router, payment.router ]