Source code for VegansDeluxe.core.Translator.LocalizedList

[docs]class LocalizedList: def __init__(self, elements, separator=", "): self.elements = elements self.separator = separator