added file chooser dialog for data path, little ui changes

This commit is contained in:
Dmitriy Yefremov
2017-10-07 17:33:40 +03:00
parent 561b0c4e7d
commit d7fbf0fce0
9 changed files with 1142 additions and 47 deletions

View File

@@ -34,3 +34,7 @@ for elem in dom.getElementsByTagName("sat"):
for sat in satellites:
print(sat)
if __name__ == "__main__":
pass