def test(text="Hello world"):
    print(text)

if __name__ == "__main__":
    test("name == main from viz.py")

print("run from viz.py")