2022-05-23 00:16:32 +04:00

10 lines
209 B
Python

from ._version import __version__ # noqa
from .style import JupyterStyle # noqa
def _jupyter_labextension_paths():
return [{
"src": "labextension",
"dest": "jupyterlab_pygments"
}]