This commit is contained in:
Iwan Clement
2020-06-12 21:16:40 +02:00
parent 6aebc550c9
commit 10c178bbb2
3 changed files with 205 additions and 116 deletions

5
scripts/CreateRoutes.py Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/python3
import yaml
f = open('rules.yaml')
dohicky = yaml.safe_load(f)
f.close()