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