__init__.py 294 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. # Part of BiztechCS. See LICENSE file for full copyright and licensing details.
  3. import product_category
  4. import res_company
  5. import product_configure
  6. import product
  7. import Kingfisher_theme
  8. import partner
  9. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: