File: class/Workbook/Examples/Lecture6/client1.py
from stack1 import * push(123) # module-name not needed result = pop()