Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cheetahclaws/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def _read_with_overflow_check(p: dict, c: dict) -> str:

# Sub-modules within tools/ package (self-registering on import)
import importlib as _il
for _sub in ("browser", "email", "files"):
for _sub in ("browser", "email", "files", "pyconsole"):
try:
_il.import_module(f"cheetahclaws.tools.{_sub}")
except Exception:
Expand Down
Loading
Loading