File: __init__.py

package info (click to toggle)
python-nbstripout 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 870; sh: 18; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
from ._nbstripout import install, uninstall, status, main, __doc__ as docstring
from ._utils import pop_recursive, strip_output, MetadataError
__all__ = ["install", "uninstall", "status", "main",
           "pop_recursive", "strip_output", "MetadataError"]
__doc__ = docstring