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.