
# www.globalsino.com/ICs/
# Work with www.globalsino.com/ICs/Script2411A.py
# Send a variable from one script (back) to another script with a function


from Script2411A import MyList

Hellow = MyList()
print(Hellow)
