Add theme_3d_systems/__init__.py
This commit is contained in:
parent
ce8a239ec5
commit
40cb19461a
1 changed files with 5 additions and 0 deletions
5
theme_3d_systems/__init__.py
Normal file
5
theme_3d_systems/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import models
|
||||
from . import controllers
|
||||
Loading…
Reference in a new issue