mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 02:32:05 +00:00
6 lines
153 B
Python
6 lines
153 B
Python
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
|
||
|
from . import models
|
||
|
from . import wizard
|
||
|
from .hooks import post_load, uninstall_hook
|