mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-18 07:22:00 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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
|