6 lines
395 B
JavaScript
6 lines
395 B
JavaScript
"use strict";
|
|
// This file is mostly copied from Microsoft's Python tools extension template:
|
|
// https://github.com/microsoft/vscode-python-tools-extension-template/blob/499e3cb237b439e2dd7a288cbee327c82b54c5ff/src/common/python.ts
|
|
// It contains type declarations for the Python extension's API.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
//# sourceMappingURL=python.js.map
|