Add notes

This commit is contained in:
Fred Boniface 2023-04-22 22:26:23 +01:00
parent 0bc82d03f9
commit 65febce05c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import yaml
def load():
with open("../data/pis/gwr-west.yaml", "r") as data:
def load(): # Programatically add a `toc` field to each entry.
with open("../data/pis/gwr.yaml", "r") as data:
try:
pis = yaml.safe_load(data)
print(pis)