From 7524672ffea56e863e2e8adc048090093c9a8dc4 Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Wed, 13 Mar 2024 22:49:07 +0300 Subject: [PATCH] Add thanks note. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f87dc21..e520ce3 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,5 @@ You can run `python -m ruff check`, and `python -m ruff format` in the project t For testing [pytest](https://github.com/pytest-dev/pytest) is used. You can simply run `python -m pytest` in the project directory to start the tests. + +> **_NOTE:_** I would like to give a special thanks to "TheDarkest" over at vShield for helping me out in understanding various parts of the vShield API.