Skip to content

Commit 255af3b

Browse files
committed
add to init.py
1 parent a951cad commit 255af3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/prog_algs/visualize/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright © 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
22

33
from .plot_scatter import plot_scatter
4-
__all__ = ['plot_scatter']
4+
from .plot_line import plot_line
5+
__all__ = ['plot_scatter', 'plot_line']

0 commit comments

Comments
 (0)