def test():
	print('hello world')
	m = mesh()
	print(m)

test()