3 lines
89 B
Python
3 lines
89 B
Python
from . videoinfo import VideoInfo
|
|
def videoinfo(video_id):
|
|
return VideoInfo(video_id) |