We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c45e commit 0295f09Copy full SHA for 0295f09
1 file changed
src/simplejustwatchapi/__init__.py
@@ -4,6 +4,7 @@
4
from simplejustwatchapi.justwatch import episodes as episodes
5
from simplejustwatchapi.justwatch import offers_for_countries as offers_for_countries
6
from simplejustwatchapi.justwatch import popular as popular
7
+from simplejustwatchapi.justwatch import providers as providers
8
from simplejustwatchapi.justwatch import search as search
9
from simplejustwatchapi.justwatch import seasons as seasons
10
from simplejustwatchapi.tuples import Episode as Episode
@@ -26,6 +27,7 @@
26
27
"episodes",
28
"offers_for_countries",
29
"popular",
30
+ "providers",
31
"search",
32
"seasons",
33
]
0 commit comments