summaryrefslogtreecommitdiff
path: root/htmtl/parsers/__init__.py
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-02 01:30:23 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-02 01:30:23 +0200
commit689fe2613765de71101214a482c928cfdb1b2be6 (patch)
tree53ff6f9a092caee32e5c600bccf5ee546bd8bc20 /htmtl/parsers/__init__.py
parent5e08a8b2f9258ae1f0aca7e3ad044b6360e07458 (diff)
Clean up some naming usages and things
Diffstat (limited to 'htmtl/parsers/__init__.py')
-rw-r--r--htmtl/parsers/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/htmtl/parsers/__init__.py b/htmtl/parsers/__init__.py
new file mode 100644
index 0000000..4ad8185
--- /dev/null
+++ b/htmtl/parsers/__init__.py
@@ -0,0 +1,2 @@
+from .inner_text import InnerText
+from .outer_text import OuterText \ No newline at end of file