From 141b33751af69db4862646d75b3708adef1eccc2 Mon Sep 17 00:00:00 2001 From: Nick Mwangemi Date: Wed, 21 Apr 2021 05:16:54 +0000 Subject: [PATCH] Some stuff --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5885ed --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/opt/python/latest/bin/python" +} \ No newline at end of file