mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 10:32:06 +02:00
5 lines
159 B
Python
5 lines
159 B
Python
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
|
|
|
|
from . import models
|
|
from . import controllers
|
|
from .hooks import post_init_hook
|