More Progress
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user