Skip to content

Instantly share code, notes, and snippets.

@DavidPiper94
Created September 7, 2019 09:14
Show Gist options
  • Save DavidPiper94/4661a1a97d4c015b7c296e22525b4b1a to your computer and use it in GitHub Desktop.
Save DavidPiper94/4661a1a97d4c015b7c296e22525b4b1a to your computer and use it in GitHub Desktop.
Example code for article about adding a new converter to Logen - Declaration of GroupingConverter
# Declaring class and inheriting from base converter.
class GroupingConverter(Base):
@DavidPiper94
Copy link
Author

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