mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
7 lines
204 B
Python
7 lines
204 B
Python
|
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
||
|
|
||
|
from . import report_async
|
||
|
from . import ir_report
|
||
|
from . import ir_actions
|