Created
September 7, 2019 09:12
-
-
Save DavidPiper94/cab9ca980eb0b0fae7995df1d47abf86 to your computer and use it in GitHub Desktop.
Example code for article about adding a new converter to Logen - Imports of GroupingConverter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 | |
from ..converter.ConverterInterface import ConverterInterface as Base | |
# 2 | |
from ..model.IntermediateEntry import IntermediateEntry | |
from ..model.IntermediateLanguage import IntermediateLanguage | |
from ..model.IntermediateLocalization import IntermediateLocalization | |
from ..model.LocalizationFile import LocalizationFile | |
#3 | |
from typing import List, Optional, Tuple, Dict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Link to article: https://medium.com/@HeyDaveTheDev/logen-adding-your-own-converter-179b45c63e0e