feat(client/curriculum): make python live (#52628)

This commit is contained in:
Tom
2023-12-19 21:37:12 -06:00
committed by GitHub
parent eadc44acda
commit 3846e46483
399 changed files with 127 additions and 79 deletions

View File

@@ -48,7 +48,8 @@ export const orderedSuperBlockInfo = [
{ dashedName: SuperBlocks.CodingInterviewPrep, public: false },
{ dashedName: SuperBlocks.ProjectEuler, public: false },
{ dashedName: SuperBlocks.RelationalDb, public: false },
{ dashedName: SuperBlocks.RosettaCode, public: false }
{ dashedName: SuperBlocks.RosettaCode, public: false },
{ dashedName: SuperBlocks.PythonForEverybody, public: false }
];
const dashedNames = orderedSuperBlockInfo.map(({ dashedName }) => dashedName);