Skip to content

Instantly share code, notes, and snippets.

@DavidPiper94
Created September 7, 2019 09:14
Show Gist options
  • Save DavidPiper94/d4ff8424cae1de2afa6ed29f48171a96 to your computer and use it in GitHub Desktop.
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
def fileExtension(self) -> str:
# This converter will output a simple txt-file.
return ".txt"
@DavidPiper94
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment