2025-06-07 20:06:19 +02:00

8 lines
186 B
Python

"""\nplotext plots directly on terminal"""
__name__ = "plotext"
__version__ = "5.3.2"
from ._core import *
#from .plotext_cli import build_parser # not sure why this line was here