11 lines
330 B
Python
11 lines
330 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# LCT, Life Connection Technology
|
|
# Copyright (C) 2024-2025 LCT
|
|
#
|
|
##############################################################################
|
|
|
|
from . import employee_selection_wizard
|
|
from . import training_appraisal
|