Why am I getting an AttributeError when trying to access a class method in Python?
I am facing a problem while working on a Python project where I attempt to access a method of a class instance, but I consistently receive an AttributeError. Below is a simplified representation of my code: