Skip to content

Commit 0295f09

Browse files
Add "providers" to __init__.py
1 parent 9a1c45e commit 0295f09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/simplejustwatchapi/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from simplejustwatchapi.justwatch import episodes as episodes
55
from simplejustwatchapi.justwatch import offers_for_countries as offers_for_countries
66
from simplejustwatchapi.justwatch import popular as popular
7+
from simplejustwatchapi.justwatch import providers as providers
78
from simplejustwatchapi.justwatch import search as search
89
from simplejustwatchapi.justwatch import seasons as seasons
910
from simplejustwatchapi.tuples import Episode as Episode
@@ -26,6 +27,7 @@
2627
"episodes",
2728
"offers_for_countries",
2829
"popular",
30+
"providers",
2931
"search",
3032
"seasons",
3133
]

0 commit comments

Comments
 (0)