Skip to content

Commit fb6391e

Browse files
committed
Fix
1 parent ca3edc1 commit fb6391e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

youtool/commands/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
from .channel_id import ChannelId
33
from .channel_info import ChannelInfo
44
from .video_info import VideoInfo
5+
from .video_search import VideoSearch
56

67
COMMANDS = [
78
ChannelId,
89
ChannelInfo,
9-
VideoInfo
10+
VideoInfo,
11+
VideoSearch
1012
]
1113

1214
__all__ = [
13-
COMMANDS, ChannelId, ChannelInfo, VideoInfo
15+
"Command", "COMMANDS", "ChannelId", "ChannelInfo", "VideoInfo", "VideoSearch"
1416
]

0 commit comments

Comments
 (0)