9 lines
635 B
Python
9 lines
635 B
Python
from message.simple_messages import NoReset, Reset, ModalNotOkClose
|
|
from message.translation_edit import EditTranslation, MoveRight, MoveLeft, BinTranslation
|
|
from message.show_messages import ShowMenu, ShowEditTranslation, ShowSenseLabelEdit, ShowSenseDefinitionEdit, ShowCommentEdit, ShowAddTranslation, ShowSenseAdd, ShowExampleEdit, ShowExampleTranslationEdit, ShowVariantsEdit
|
|
from message.simple_edits import EditSenseLabel, EditSenseDefinition, EditComment, AddSenseLabel, AddSense, EditExample, AddExampleTranslation, EditExampleTranslation, AddToLabelList, AddToGenericList, EditVariants
|
|
|
|
from message.message import msg
|
|
|
|
|