__init__.py 323 B

1234567
  1. # Copyright (c) Microsoft Corporation. All rights reserved.
  2. # Licensed under the MIT License. See LICENSE in the project root
  3. # for license information.
  4. # "force_pydevd" must be imported first to ensure (via side effects)
  5. # that the debugpy-vendored copy of pydevd gets used.
  6. import debugpy._vendored.force_pydevd # noqa