You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
370 B
7 lines
370 B
# -*- 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 controllers, models
|