Trying to import a library

Hi all,

Im trying to import this library, any suggestions?
when i try:

from decimal import *

it doesnt work :confused:

This is where i found the library:
https://docs.python.org/2/library/decimal.html

image
image

Found the solution:

image