diff --git a/pyresult/__init__.py b/pyresult/__init__.py index 5c29ab6..a03de1f 100644 --- a/pyresult/__init__.py +++ b/pyresult/__init__.py @@ -9,6 +9,14 @@ is_error, value ) +from pyresult.operators import ( # noqa + errmap, + fold, + rmap, + and_then, + and_else, + resolve, +) __author__ = """Jindrich Kralevic Smitka""" __email__ = 'smitka.j@gmail.com'