blob: 9ba58ea9ea3dab44372d3928145b911d0cb25408 [file] [log] [blame] [edit]
from golden_utils import flatc_golden
def flatc(options, schema):
# Wrap the golden flatc generator with Python specifics
flatc_golden(options=["--python"] + options, schema=schema, prefix="py")
def GeneratePython():
flatc([], "basic.fbs")