from tools import Plots
p = Plots(scenario, country, firstyear=model_horizon[0])
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-39-73d4a6a72ef8> in <module>
----> 1 from tools import Plots
2 p = Plots(scenario, country, firstyear=model_horizon[0])
ImportError: cannot import name 'Plots' from 'tools' (C:\Anaconda\lib\site-packages\tools\__init__.py)