diff --git a/src/pyforest/_imports.py b/src/pyforest/_imports.py index a6d425e..9ef11ca 100644 --- a/src/pyforest/_imports.py +++ b/src/pyforest/_imports.py @@ -35,6 +35,9 @@ load_workbook = LazyImport("from openpyxl import load_workbook") +it = LazyImport("import itertools as it") + +tz = LazyImport("import toolz as tz") ### Data Visualization and Plotting mpl = LazyImport("import matplotlib as mpl")