hackedteam/test-av2

View on GitHub
AVMaster/conf/procedures.py

Summary

Maintainability
A
0 mins
Test Coverage
import yaml
import pprint as pp

f = open("procedures.yaml")
y = yaml.load(f)

pp.pprint(y)