We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02353e1 commit 998452eCopy full SHA for 998452e
1 file changed
resources/lib/twitch/api/__init__.py
@@ -1,6 +1,6 @@
1
# -*- encoding: utf-8 -*-
2
3
-from twitch.api import v3
4
-from twitch.api import v3 as default
+from twitch.api import v5
+from twitch.api import v5 as default
5
6
-__all__ = ['v3', 'default']
+__all__ = ['v5', 'default']
0 commit comments