mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-12-23 12:51:47 +00: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
|