Skip to content

Commit a055d4a

Browse files
Add Scenario to top level import (#1315)
* Add model API to top-level import * Add scenario to top level import
1 parent 1327658 commit a055d4a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Moved `Scenario` in top-level import.

policyengine_uk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
)
1313
from pathlib import Path
1414
import os
15+
from .model_api import *
1516
from policyengine_core.taxbenefitsystems import TaxBenefitSystem
1617

1718
REPO = Path(__file__).parent

0 commit comments

Comments
 (0)