1
0
mirror of https://github.com/l1ving/youtube-dl synced 2020-11-18 19:53:54 -08:00
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")