//This script demonstrates how to use the class defined in another file.

Import("ClassTest.cs");

Test test_object = new Test();

test_object.Output("This is test message");