7 lines
169 B
Python
7 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__
|
||
|
|