def test():
	print('hello unreal engine')
	a = UObject()
	print(a)

test()