Skip to content

Commit 20078fb

Browse files
committed
add hönk yaml
1 parent fad2922 commit 20078fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

econpizza/examples/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
dsge = os.path.join(pth, "dsge.yml")
1010
tank = os.path.join(pth, "tank.yml")
1111
ghls = os.path.join(pth, "ghls.yml")
12+
1213
hank = os.path.join(pth, "hank_with_comments.yml")
1314
hank_labor = os.path.join(pth, "hank_labor.yml")
15+
hank_banking = os.path.join(pth, "hank_banking.yml")
16+
hank_climate = os.path.join(pth, "hank_climate.yml")
17+
1418
hank2 = os.path.join(pth, "hank2.yml")
1519
hank2_no_capital = os.path.join(pth, "hank2_no_capital.yml")
16-
hank_banking = os.path.join(pth, "hank_banking.yml")

0 commit comments

Comments
 (0)