Skip to content

Commit c3491a8

Browse files
Add missing imports to __init__.py
1 parent 1ab2e9c commit c3491a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/simplejustwatchapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from simplejustwatchapi.justwatch import details, search
2-
from simplejustwatchapi.query import MediaEntry, Offer
1+
from simplejustwatchapi.justwatch import details, offers_for_countries, search
2+
from simplejustwatchapi.query import MediaEntry, Offer, OfferPackage

0 commit comments

Comments
 (0)