diff --git a/hello.py b/hello.py index dc8227b07..82eba1e6e 100644 --- a/hello.py +++ b/hello.py @@ -26,6 +26,7 @@ def smethod(): def cmethod(cls, something): """class method-to-be""" + print('value: {}').format(123) cmethod = classmethod(cmethod)