from .admins import router as admins from .custom_pricing import router as custom_pricing __all__ = ['admins', 'custom_pricing']