9 lines
146 B
Python
9 lines
146 B
Python
from .youtube import YouTube
|
|
from pytube.exceptions import AgeRestrictedError
|
|
|
|
|
|
youtube = YouTube()
|
|
|
|
|
|
__all__ = ['youtube', 'AgeRestrictedError']
|