9 lines
199 B
Python
9 lines
199 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import calendar_event_type
|
|
from . import hr_employee
|
|
from . import hr_lv_allocation
|
|
from . import resource
|
|
from . import res_company
|
|
from . import res_config_settings
|