Skip to content

Commit 23f14ae

Browse files
authored
Update __init__.py
1 parent 2f930dc commit 23f14ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
2828
"""
2929

30-
from pymathics.hello.__main__ import Hello
31-
from pymathics.hello.version import __version__
30+
from pymathics.vectorizedplot.plot import SphericalPlot3D
31+
from pymathics.vectorizedplot.version import __version__
3232

3333
__all__ = ("__version__", "Hello", "pymathics_version_data")
3434

0 commit comments

Comments
 (0)