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