File: __init__.py

package info (click to toggle)
pytest-jupyter 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 644; sh: 23; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__all__ = ["__version__"]

from ._version import __version__
from .jupyter_core import *  # noqa: F403