forked from Mapan/odoo17e
5 lines
113 B
Python
5 lines
113 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import models
|
|
from .hooks import post_init_hook
|
|
from .hooks import uninstall_hook |