def autotext(self, sourceFile): k = KantGenerator(sourceFile, searchpaths=['.', ASSETS_DIR]) return k.output()