diff --git a/src/utils/__init__.py b/src/utils/__init__.py new file mode 100644 index 0000000..4b7281c --- /dev/null +++ b/src/utils/__init__.py @@ -0,0 +1,3 @@ +"""Utilities module.""" +from .shell_parser import ShellParser +__all__ = ["ShellParser"]