File size: 73 Bytes
d1ceb73
 
 
 
 
1
2
3
4
5
6
"""nbconvert cli entry point."""

from .nbconvertapp import main

main()