mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
8 lines
198 B
Python
8 lines
198 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import kpi_category
|
|
from . import kpi_threshold_range
|
|
from . import kpi_threshold
|
|
from . import kpi_history
|
|
from . import kpi
|