initial creation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
# (c) 2015 John Strickler
|
||||
#
|
||||
from pprint import pprint
|
||||
import yaml
|
||||
|
||||
|
||||
with open('../DATA/invoice.yaml') as invoice_in:
|
||||
invoice_data = yaml.load(invoice_in, Loader=yaml.BaseLoader)
|
||||
|
||||
pprint(invoice_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user