Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/plotext/__init__.py: 75%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1"""\nplotext plots directly on terminal""" 

2 

3__name__ = "plotext" 

4__version__ = "5.3.2" 

5 

6from ._core import * 

7#from .plotext_cli import build_parser # not sure why this line was here