Created
September 7, 2019 09:14
-
-
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
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
# Declaring class and inheriting from base converter. | |
class GroupingConverter(Base): |
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