Created
September 7, 2019 09:14
-
-
Save DavidPiper94/d4ff8424cae1de2afa6ed29f48171a96 to your computer and use it in GitHub Desktop.
Example code for article about adding a new converter to Logen - fileExtension 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
def fileExtension(self) -> str: | |
# This converter will output a simple txt-file. | |
return ".txt" |
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