예제 #1
0
 def autotext(self, sourceFile):
     k = KantGenerator(sourceFile, searchpaths=['.', ASSETS_DIR])
     return k.output()
예제 #2
0
 def autotext(self, sourceFile):
     k = KantGenerator(sourceFile, searchpaths=['.', ASSETS_DIR])
     return k.output()