Explorar el Código

更新物理世界数据

李莎 hace 2 años
padre
commit
7813f38af3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      physical_world_exporter/MyUtils/ZillionUtil.py

+ 3 - 0
physical_world_exporter/MyUtils/ZillionUtil.py

@@ -1,3 +1,6 @@
+from physical_world_exporter.MyUtils.MetadataWebUtil import MetadataWebUtil
+
+
 class ZillionUtil():
     def __init__(self, url):
         self.metadata = MetadataWebUtil(url)