From 6651725df5a9a6357cdb8cda6405b7103abd7209 Mon Sep 17 00:00:00 2001 From: Matte23 Date: Fri, 4 Apr 2025 15:28:02 +0200 Subject: [PATCH] feat: Remove prompt start --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1b4281b..6a9f431 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -Here's a clean and concise `README.md` for your **`solvertools`** Python library, focusing on its purpose and how to use it without diving into the implementation details: - ---- - # solvertools **solvertools** is a lightweight Python library providing utility functions to help build and run Capture The Flag (CTF) challenge solvers. It’s especially useful when integrating with [`ctfcli`](https://github.com/CTFd/ctfcli) for setting up automated healthchecks.