diff options
| author | Asko Nõmm <asko@nmm.ee> | 2024-12-31 00:50:26 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2024-12-31 00:50:26 +0200 |
| commit | ec34e42b87ed39ccb5d4f5b278be0ac73a77a55e (patch) | |
| tree | 993dc1e907c6f99d4d1c37a5ed8581585ef028c6 /htmtl/attribute_parsers/__init__.py | |
| parent | 77f6f957480d3674756ab6e5166641a3bab3e696 (diff) | |
bump
Diffstat (limited to 'htmtl/attribute_parsers/__init__.py')
| -rw-r--r-- | htmtl/attribute_parsers/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htmtl/attribute_parsers/__init__.py b/htmtl/attribute_parsers/__init__.py index d05c6db..4ad8185 100644 --- a/htmtl/attribute_parsers/__init__.py +++ b/htmtl/attribute_parsers/__init__.py @@ -1 +1,2 @@ -from .inner_text import InnerText
\ No newline at end of file +from .inner_text import InnerText +from .outer_text import OuterText
\ No newline at end of file |
