Parcourir la source

更新物理世界数据

李莎 il y a 2 ans
Parent
commit
7813f38af3
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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)