wds 6fee5eb998 feat: V1.0.0
2025-10-21
-  add the shell history feature
-  add the logging feature
-  refactor the codebase for better maintainability
2025-10-21 19:30:26 +08:00

5 lines
98 B
Python

# History module initialization
from .history import HistoryManager
__all__ = ['HistoryManager']