More Progress

This commit is contained in:
Iwan Clement
2020-06-12 21:27:08 +02:00
parent 10c178bbb2
commit 60b4ec8f0a
2 changed files with 33 additions and 30 deletions

View File

@@ -2,4 +2,8 @@
import yaml
f = open('rules.yaml')
dohicky = yaml.safe_load(f)
for i in dohicky:
print(i)
#print(dohicky)
f.close()