website/controllers/__init__.py

10 lines
230 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import backend
from . import binary
from . import form
from . import main
from . import model_page
from . import webclient