Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
3 changes: 3 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,5 +479,8 @@ export const HELPER_FILES = {
export const GLOBAL_ENV_VARS = {
PYTHON: "python",
};
export const LANGUAGE_VARS = {
PYTHON: { ID: "python", FILE_ENDS: ".py" },
};

export default CONSTANTS;
Loading