예제 #1
0
 def export_net_json(self, net_type, indent='no-indent'):
   import export_data
   return export_data.export_net_json(self, net_type, indent)
예제 #2
0
 def export_net_json(self, net_type, indent='no-indent'):
     import export_data
     return export_data.export_net_json(self, net_type, indent)