Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Aug 28, 2024
1 parent 9567830 commit a4d0934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions machine/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from .shared_file_service_base import DictToJsonWriter, SharedFileServiceBase
from .smt_engine_build_job import SmtEngineBuildJob
from .smt_model_factory import SmtModelFactory
from .thot.thot_smt_model_factory import ThotSmtModelFactory
from .thot.thot_word_alignment_model_factory import ThotWordAlignmentModelFactory
from .translation_file_service import PretranslationInfo, TranslationFileService
from .word_alignment_build_job import WordAlignmentBuildJob
from .word_alignment_file_service import WordAlignmentFileService
Expand All @@ -19,6 +21,8 @@
"SharedFileServiceBase",
"SmtEngineBuildJob",
"SmtModelFactory",
"ThotSmtModelFactory",
"ThotWordAlignmentModelFactory",
"PretranslationInfo",
"TranslationFileService",
"WordAlignmentBuildJob",
Expand Down

0 comments on commit a4d0934

Please sign in to comment.