Skip to content

Commit

Permalink
Add new save_as shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Nov 30, 2023
1 parent 706d43b commit 8f4cf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iguala/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .helpers import is_not, match
from .matchers import as_matcher, cond, extended, is_, regex
from .matchers import as_matcher, cond, extended, is_, regex, save_as
from .paths import as_path

__ALL__ = ["match", "as_matcher", "as_path", "is_not", "cond", "regex", "extended"]
__ALL__ = ["match", "as_matcher", "as_path", "is_not", "cond", "regex", "extended", "save_as"]
__version__ = "0.5.3-dev"

0 comments on commit 8f4cf6e

Please sign in to comment.