mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
7 lines
194 B
Python
7 lines
194 B
Python
|
# Copyright 2017 Avoin.Systems
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
from . import report_paperformat_parameter
|
||
|
from . import report_paperformat
|
||
|
from . import report
|