9 lines
110 B
Python
Raw Normal View History

class TestIE(object):
IE_NAME = 'Test'
@classmethod
def test(cls):
print("test class")