d61b9c7
1
2
3
4
5
6
7
8
9
10
11
12
# for legacy purposes import warnings from captum.insights.attr_vis.example import * # noqa warnings.warn( "Deprecated. Please import from captum.insights.attr_vis.example instead." ) main() # noqa