diff options
Diffstat (limited to 'htmtl/__init__.py')
| -rw-r--r-- | htmtl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htmtl/__init__.py b/htmtl/__init__.py index f5708d1..7944cbf 100644 --- a/htmtl/__init__.py +++ b/htmtl/__init__.py @@ -1,3 +1,3 @@ from .htmtl import Htmtl from .parser import Parser -from .modifier import Modifier, modifier_name
\ No newline at end of file +from .modifier import Modifier
\ No newline at end of file |
