3 lines
57 B
Python
3 lines
57 B
Python
from .plot import simple_plot
|
|
|
|
__all__ = ["simple_plot"]
|
from .plot import simple_plot
|
|
|
|
__all__ = ["simple_plot"]
|