4 lines
97 B
Python
Raw Normal View History

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