6 lines
169 B
Python
6 lines
169 B
Python
# Copyright (c) Jupyter Development Team.
|
|
# Distributed under the terms of the Modified BSD License.
|
|
|
|
from .style import JupyterStyle
|
|
from ._version import __version__
|
|
|