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/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htmtl/__init__.py') diff --git a/htmtl/__init__.py b/htmtl/__init__.py index 4286154..f5708d1 100644 --- a/htmtl/__init__.py +++ b/htmtl/__init__.py @@ -1,3 +1,3 @@ from .htmtl import Htmtl -from .attribute_parser import AttributeParser -from .expression_modifier import ExpressionModifier, modifier \ No newline at end of file +from .parser import Parser +from .modifier import Modifier, modifier_name \ No newline at end of file -- cgit v1.2.3