progress
This commit is contained in:
5
scripts/CreateRoutes.py
Executable file
5
scripts/CreateRoutes.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
import yaml
|
||||
f = open('rules.yaml')
|
||||
dohicky = yaml.safe_load(f)
|
||||
f.close()
|
||||
Reference in New Issue
Block a user