8 lines
357 B
Python
8 lines
357 B
Python
# -*- coding: utf-8 -*-
|
|
# Python source code encoding : https://www.python.org/dev/peps/pep-0263/
|
|
##############################################################################
|
|
# For copyright and license notices, see __openerp__.py file in root directory
|
|
##############################################################################
|
|
|
|
from . import models
|