4 lines
69 B
Text
4 lines
69 B
Text
class TestClass():
|
|
@classmethod
|
|
def hello(cls):
|
|
pass
|