5 lines
73 B
Python
5 lines
73 B
Python
"""nbconvert cli entry point."""
|
|
|
|
from .nbconvertapp import main
|
|
|
|
main()
|