diff --git a/__init__.py b/__init__.py index 9589e36..661898f 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1,5 @@ -from .module import VideoInfo, fetch_comments, fetch_embed_info, fetch_video_info +from .module import (VideoInfo, + fetch_comments, + fetch_embed_info, + fetch_latest_video, + fetch_video_info)