1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-02-02 04:47:30 +01:00

7 lines
187 B
Python
Raw Normal View History

2021-01-01 17:56:37 +05:30
from __future__ import unicode_literals
class TokenGenerator:
def generate(self, anvack, mcp_id):
raise NotImplementedError('This method must be implemented by subclasses')