mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
6 lines
112 B
Python
6 lines
112 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from hooks import pre_init_hook
|
|
from . import models
|
|
from . import ir
|
|
from . import res |