__main__.py 180 B

1234567
  1. # Copyright (c) Jupyter Development Team.
  2. # Distributed under the terms of the Modified BSD License.
  3. from .bundlerextensions import main
  4. if __name__ == '__main__':
  5. main()