blob: 9afb106a80ff4e3c67efda3159e90bd69eee442e (
plain)
1
2
3
4
5
6
7
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import controllers
from .models.google_service import TIMEOUT # noqa
|