Commit 54f89f9da06db52ddd9419b4cf61234568685463
1 parent
3c7451b1
Exists in
dev
deleting tmp files
Showing
4 changed files
with
0 additions
and
28 deletions
Show diff stats
simulators/config/#test.py# deleted
simulators/config/test.js~ deleted
simulators/config/test.py~ deleted
... | ... | @@ -1,14 +0,0 @@ |
1 | -import json | |
2 | - | |
3 | -def main(): | |
4 | - with open('grammar.json', 'r') as f: | |
5 | - #print(f) | |
6 | - content = json.load(f) | |
7 | - content = content["Telescope"]["set"][0]["input_label"][0]["R.A."] | |
8 | - print(content) | |
9 | - #for c in content: | |
10 | - #print (c["R.A."]) | |
11 | - #print("\n") | |
12 | - | |
13 | - | |
14 | -main() |
src/data.txt deleted