Generalize experimental_syntax_encoding.py, but use an import hook, to build a list of tranformers. Perhaps use somethine like the following:
from ideas-examples import ... # from ideas.examples
from experimental-ideas import ... # from anywhere on sys.path
Generalize
experimental_syntax_encoding.py, but use an import hook, to build a list of tranformers. Perhaps use somethine like the following: