def exportDna(fit, callback=None): return exportDna(fit, callback=callback)
def exportDna(fit): return exportDna(fit)
def exportDna(fit, options, callback=None): return exportDna(fit, options, callback=callback)