예제 #1
0
 def exportEft(cls, fit, options, callback=None):
     return exportEft(fit, options, callback=callback)
예제 #2
0
 def exportEft(cls, fit, options):
     return exportEft(fit, options)
예제 #3
0
파일: port.py 프로젝트: petosorus/Pyfa
 def exportEft(cls, fit, options):
     return exportEft(fit, options)
예제 #4
0
 def exportEft(cls, fit, options, callback=None):
     return exportEft(fit, options, callback=callback)