__init__.py 136 B

123456
  1. from data.bean.BrandInfo import BrandInfo
  2. from data.bean.ProductInfo import ProductInfo
  3. __all__ = [
  4. "BrandInfo",
  5. "ProductInfo"
  6. ]