ai-content-maker/.venv/Lib/site-packages/jsonlines/__init__.py

13 lines
174 B
Python

"""
Module for the jsonlines data format.
"""
# expose only public api
from .jsonlines import ( # noqa
Reader,
Writer,
open,
Error,
InvalidLineError,
)