9 lines
199 B
Python
9 lines
199 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import company
|
|
from . import purchase_config_settings
|
|
from . import hr_holidays
|
|
from . import hr_employee
|
|
from . import lunch_voucher_attribution
|
|
from . import wizard
|