local Class = require("libs.hump.class"); Player = Class{ init = function(self, x, y) end } return Player