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