tfscript/classes.py

6 lines
103 B
Python

import keywords
def makeCFG(cfg):
ret = ''
ret += keywords.branch("foo", "bar")
return ret