How-to articles, tricks, and solutions about CLASS-METHOD
Meaning of @classmethod and @staticmethod for beginner
In Python, @classmethod is a decorator that is used to define a method as a class method.