local newton = {} newton.world = {} newton.update = function(dt) end return newton