Files
reporting-engine/bi_view_editor/__init__.py
2018-01-18 11:53:55 +01:00

8 lines
228 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015-2017 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import wizard
from .hooks import uninstall_hook