Ejemplo n.º 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)
Ejemplo n.º 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)