Skip to content

Commit d6983b5

Browse files
committed
add 'SearchHistory' to init
1 parent dddf407 commit d6983b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/hyperactive/base/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# copyright: hyperactive developers, MIT License (see LICENSE file)
33

44
from hyperactive.base._experiment import BaseExperiment
5+
from hyperactive.base._history import SearchHistory
56
from hyperactive.base._optimizer import BaseOptimizer
67

7-
__all__ = ["BaseExperiment", "BaseOptimizer"]
8+
__all__ = ["BaseExperiment", "BaseOptimizer", "SearchHistory"]

0 commit comments

Comments
 (0)