mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 20:38:11 -05: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')
|