Coverage for databooks/__main__.py: 0%

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

2 statements  

1"""Enable CLI to be called as a Python module (`python -m databooks ...`).""" 

2from databooks.cli import app 

3 

4app(prog_name="databooks")