From 689fe2613765de71101214a482c928cfdb1b2be6 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Thu, 2 Jan 2025 01:30:23 +0200 Subject: Clean up some naming usages and things --- htmtl/parsers/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 htmtl/parsers/__init__.py (limited to 'htmtl/parsers/__init__.py') 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 -- cgit v1.2.3