from TO import * testobject = TO("Testnutzer", 15) print ("Gegentest: " + str(testobject.name) + " ist " + str(testobject.age) + " Jahre alt")