# -*- coding: utf-8 -*- class MlString(object): """ Handle string with translations """ def __init__(self, default_str, translations = dict()): pass