Quellcode durchsuchen

更新物理世界数据

李莎 vor 2 Jahren
Ursprung
Commit
7813f38af3
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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)