__init__.py 339 B

1234567891011121314
  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. import add_sequence
  11. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: