Skip to content

Commit

Permalink
export to top-level __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Oct 22, 2020
1 parent b2d6417 commit c08db5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndindex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__all__ = []

from .ndindex import ndindex
from .ndindex import parse_index, ndindex

__all__ += ['ndindex']
__all__ += ['parse_index', 'ndindex']

from .slice import Slice

Expand Down

0 comments on commit c08db5a

Please sign in to comment.