Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/orjsonl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""A lightweight, high-performance Python library for parsing jsonl files."""

from .orjsonl import (
stream,
load,
save,
append,
extend,
stream as stream,
load as load,
save as save,
append as append,
extend as extend,
)