Make sure to apply the @classmethod decorator to all methods that are intended to be class methods and are using cla as the first argument. This should resolve the TypeError you are encountering.
Make sure to apply the @classmethod decorator to all methods that are intended to be class methods and are using cla as the first argument. This should resolve the TypeError you are encountering.