__init__.py 319 B

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