__init__.py 233 B

1234567
  1. # © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. from . import models
  4. from . import wizard
  5. from . import tests
  6. from .hooks import uninstall_hook