In [4]:
from marigoso import Test
test = Test()

In [5]:
import library

In [6]:
library.myprinter()


You called the printer function!

In [ ]: