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

13 lines
174 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
"""
Module for the jsonlines data format.
"""
# expose only public api
from .jsonlines import ( # noqa
Reader,
Writer,
open,
Error,
InvalidLineError,
)