from data.bean.BrandInfo import BrandInfo from data.bean.ProductInfo import ProductInfo __all__ = [ "BrandInfo", "ProductInfo" ]