mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-01 05:32:58 +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
|