from Box import *

test = Box(1, 2, 3, 1, 1, 1, "hello")
print test.getModel()