7 lines
133 B
Python
7 lines
133 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import hr_contract
|
|
from . import hr_employee_base
|
|
from . import hr_leave
|
|
from . import hr_work_entry
|