@badc0d3/piece-python-runner
Version:
Run Python code with imports in Activepieces
12 lines • 386 B
TypeScript
import { PieceCategory } from '@activepieces/shared';
export declare const pythonRunnerAuth: undefined;
export declare const pythonRunnerPieceMetadata: {
displayName: string;
description: string;
minimumSupportedRelease: string;
logoUrl: string;
categories: PieceCategory[];
authors: string[];
auth: undefined;
};
//# sourceMappingURL=piece-metadata.d.ts.map