Skip to content

Commit

Permalink
Expose public symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo-vrigazov committed Jan 5, 2024
1 parent 51251ac commit 76c77ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mmap_ninja/src/mmap_ninja/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__version__ = "0.7.3"

from .base import Wrapped
from .numpy import (
from_ndarray as np_from_ndarray,
from_generator as np_from_generator,
Expand All @@ -8,3 +9,7 @@
extend as np_extend,
append as np_append
)

from .generic import open_existing
from .ragged import RaggedMmap
from .string import StringsMmap

0 comments on commit 76c77ae

Please sign in to comment.