diff --git a/pina/plotter.py b/pina/plotter.py new file mode 100644 index 000000000..263d98300 --- /dev/null +++ b/pina/plotter.py @@ -0,0 +1,3 @@ +"""Module for Plotter""" + +raise ImportError("'pina.plotter' is deprecated and can not be imported.")