Esempio n. 1
0
 def StorageImport(self, graph, import_location):
     storage = Storage()
     args = self.Args()
     args.graph = graph
     args.import_location = import_location
     storage.set_args(args)
     storage.Import()