4 lines
97 B
Python
4 lines
97 B
Python
|
# History module initialization
|
||
|
from .history import HistoryManager
|
||
|
|
||
|
__all__ = ['HistoryManager']
|