Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Expose client and query classes directly under module - PR #29 from m…
Browse files Browse the repository at this point in the history
…atslindh/expose-useful-classes-directly

Expose Client and Query classes directly.

Merges pull request #29 from matslindh/expose-useful-classes-directly
  • Loading branch information
matslindh authored Jan 4, 2017
2 parents 267726a + 13a95d9 commit 1f7cd53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imboclient/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .client import Client
from .url.imagesquery import Query as ImagesQuery

0 comments on commit 1f7cd53

Please sign in to comment.