From 998f82586cb0657288a680f5c7b0e8c4aaef97a3 Mon Sep 17 00:00:00 2001 From: patsuan69 Date: Wed, 14 Jan 2026 06:00:31 +0100 Subject: [PATCH] Add project overview documentation Adds a high-level overview of the project purpose and structure --- docs/PROJECT_OVERVIEW.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/PROJECT_OVERVIEW.md diff --git a/docs/PROJECT_OVERVIEW.md b/docs/PROJECT_OVERVIEW.md new file mode 100644 index 00000000..8ddfbf98 --- /dev/null +++ b/docs/PROJECT_OVERVIEW.md @@ -0,0 +1,10 @@ +# Project Overview + +This repository provides starter Python code for interacting with the Kalshi API. + +The goal is to help developers quickly understand: +- Project structure +- Intended usage +- Where to start extending functionality + +This document gives a high-level overview without diving into implementation details.