2013-06-05 10:33:13 +02:00

9 lines
110 B
Python

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