__main__.py 167 B

12345678
  1. # Copyright (c) Jupyter Development Team.
  2. # Distributed under the terms of the Modified BSD License.
  3. import sys
  4. from jupyterlab.labapp import main
  5. sys.exit(main())