Add utils init

This commit is contained in:
2026-01-29 21:27:12 +00:00
parent 26bd1efd7a
commit 298e040a72

3
src/utils/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Utilities module."""
from .shell_parser import ShellParser
__all__ = ["ShellParser"]