calendar/__init__.py
Данил Воробьев fd1d573036 initial commit
2024-05-03 09:43:00 +00:00

8 lines
191 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from . import populate
from . import wizard