Skip to content

Commit bf392a2

Browse files
authored
Merge pull request #44 from anxdpanic/dev
add clips, games, videos imports to helix.__init__
2 parents be1896e + 6614c1e commit bf392a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
# https://dev.twitch.tv/docs/
33

4-
from twitch.api.helix import users # NOQA
4+
from twitch.api.helix import clips # NOQA
5+
from twitch.api.helix import games # NOQA
56
from twitch.api.helix import streams # NOQA
7+
from twitch.api.helix import users # NOQA
8+
from twitch.api.helix import videos # NOQA

0 commit comments

Comments
 (0)