Browse Source

更新物理世界数据

李莎 2 years ago
parent
commit
7813f38af3
1 changed files with 3 additions and 0 deletions
  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)