12 lines
394 B
Python
12 lines
394 B
Python
# -*- coding: utf-8 -*-
|
|
################################################################
|
|
# License, author and contributors information in: #
|
|
# __openerp__.py file at the root folder of this module. #
|
|
################################################################
|
|
|
|
from . import (
|
|
super_calendar,
|
|
super_calendar_configurator,
|
|
super_calendar_configurator_line,
|
|
)
|