diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-02 01:30:23 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-02 01:30:23 +0200 |
| commit | 689fe2613765de71101214a482c928cfdb1b2be6 (patch) | |
| tree | 53ff6f9a092caee32e5c600bccf5ee546bd8bc20 /htmtl/__init__.py | |
| parent | 5e08a8b2f9258ae1f0aca7e3ad044b6360e07458 (diff) | |
Clean up some naming usages and things
Diffstat (limited to 'htmtl/__init__.py')
| -rw-r--r-- | htmtl/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
