Skip to content

Commit

Permalink
add to init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Sep 30, 2021
1 parent a951cad commit 255af3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prog_algs/visualize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright © 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.

from .plot_scatter import plot_scatter
__all__ = ['plot_scatter']
from .plot_line import plot_line
__all__ = ['plot_scatter', 'plot_line']

0 comments on commit 255af3b

Please sign in to comment.