1234567 |
- # -*- 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
|