Skip to content

Commit 5332935

Browse files
authored
Add top level import ability (#33)
1 parent 881b29a commit 5332935

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=========
2+
Changelog
3+
=========
4+
5+
Changes in version 1.1.0
6+
------------------------
7+
- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``
8+
9+
Changes in version 1.0.0
10+
------------------------
11+
- Initial ``ExplainCollection`` API

pymongoexplain/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
15+
from pymongoexplain.explainable_collection import ExplainCollection

0 commit comments

Comments
 (0)