mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
4 lines
145 B
Python
4 lines
145 B
Python
|
class TokenGenerator:
|
||
|
def generate(self, anvack, mcp_id):
|
||
|
raise NotImplementedError('This method must be implemented by subclasses')
|