yt-dlc/yt_dlp/extractor/anvato_token_generator/__init__.py

8 lines
116 B
Python
Raw Normal View History

2021-01-01 12:26:37 +00:00
from __future__ import unicode_literals
from .nfl import NFLTokenGenerator
__all__ = [
'NFLTokenGenerator',
]