6 lines
113 B
Python
6 lines
113 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import res_config_settings
|
||
|
from . import hr_attendance
|
||
|
from . import hr_employee
|