master
/ .localenv / lib / python3.5 / site-packages / jupyterlab_launcher / __init__.py

__init__.py @master raw · history · blame

1
2
3
4
5
6
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

from ._version import __version__
from .handlers import add_handlers, LabHandler, LabConfig
from .app import LabLauncherApp