UNPKG

projen

Version:

CDK for software projects

7 lines (6 loc) 173 B
export interface IPythonEnv { /** * Initializes the virtual environment if it doesn't exist (called during post-synthesis). */ setupEnvironment(): void; }