Skip to content

Commit 224dddc

Browse files
committed
export ValidationOutcome from main init
1 parent 4badf31 commit 224dddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guardrails/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from guardrails.validator_base import Validator, register_validator
1111
from guardrails.settings import settings
1212
from guardrails.hub.install import install
13+
from guardrails.classes.validation_outcome import ValidationOutcome
1314

1415
__all__ = [
1516
"Guard",
@@ -25,4 +26,5 @@
2526
"Instructions",
2627
"settings",
2728
"install",
29+
"ValidationOutcome",
2830
]

0 commit comments

Comments
 (0)