Most abstract authorizers have a "TYPE" associated with it (eg. DEXBaseACL -> DexType, TransferAuthorizer -> TransferType, etc.), allowing the "dump" function in the pycobosafe module to match it with parent classes. However, FarmingBaseACL is lacking one.
Is the "TYPE" variable used for anything else? Or is this just the intended use?