This is a lua library that simplifies table/object inheritance, e.g.:
AIBase = class(function(a) -- end)
Try to use the existing AIBase instead if you wish to use this functionality