8 lines
75 B
Python
8 lines
75 B
Python
from .youtube import YouTube
|
|
|
|
|
|
youtube = YouTube()
|
|
|
|
|
|
__all__ = ['youtube']
|