Skip to content

Commit ef428a3

Browse files
authored
Update __init__.py
1 parent 6aa5e56 commit ef428a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

youtubesearchpython/__future__/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from youtubesearchpython.aio.search import Search, VideosSearch, ChannelsSearch, PlaylistsSearch, CustomSearch, ChannelSearch
2-
from youtubesearchpython.aio.extras import Video, Playlist, Suggestions, Hashtag, Comments, Transcript, Channel
3-
from youtubesearchpython.aio.streamurlfetcher import StreamURLFetcher
1+
from youtubesearchpython.__future__.search import Search, VideosSearch, ChannelsSearch, PlaylistsSearch, CustomSearch, ChannelSearch
2+
from youtubesearchpython.__future__.extras import Video, Playlist, Suggestions, Hashtag, Comments, Transcript, Channel
3+
from youtubesearchpython.__future__.streamurlfetcher import StreamURLFetcher
44
from youtubesearchpython.core.utils import *
55
from youtubesearchpython.core.constants import *
66

0 commit comments

Comments
 (0)