2025-10-21 - add the shell history feature - add the logging feature - refactor the codebase for better maintainability
5 lines
98 B
Python
5 lines
98 B
Python
# History module initialization
|
|
from .history import HistoryManager
|
|
|
|
__all__ = ['HistoryManager']
|