OOP Assessment 2

This commit is contained in:
bluepython508
2024-05-01 17:42:07 +01:00
parent b7b584a989
commit 5bbbb4f1da
3 changed files with 409 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
packages = [(pkgs.python312.withPackages (p: with p; [ python-lsp-server pytest pytest-watch black ])) pkgs.nodePackages.pyright];
}