from plot3d import plot3d, cylindrical_plot3d, spherical_plot3d, Spherical, SphericalElevation, Cylindrical
from parametric_plot3d import parametric_plot3d
from plot_field3d import plot_vector_field3d
from sage.misc.lazy_import import lazy_import
lazy_import("sage.plot.plot3d.implicit_plot3d",["implicit_plot3d"])
from list_plot3d import list_plot3d
from revolution_plot3d import revolution_plot3d
from platonic import tetrahedron, cube, octahedron, dodecahedron, icosahedron
from shapes2 import sphere, line3d, polygon3d, point3d, text3d, bezier3d
from shapes import arrow3d