If you want to make a class object callable, i.e., behave like a function, you can do so by defining the __๐๐๐ฅ๐ฅ__ method.
Make a Class Object Behave Like a Function
If you want to make a class object callable, i.e., behave like a function, you can do so by defining the __๐๐๐ฅ๐ฅ__ method.