mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
8 lines
163 B
Python
8 lines
163 B
Python
#-*- coding:utf-8 -*-
|
|
|
|
from . import hr_contract
|
|
from . import hr_employee
|
|
from . import res_config_settings
|
|
from . import hr_salary_rule
|
|
from . import hr_payslip
|