From 70242cdfd06f565e06a7274e0be41e678a86292b Mon Sep 17 00:00:00 2001 From: Louis Magowan <59659198+louismagowan@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:34:19 +1100 Subject: [PATCH] Add module docstring for experiments module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- causalpy/experiments/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/causalpy/experiments/__init__.py b/causalpy/experiments/__init__.py index 0548ada3..8318e6a5 100644 --- a/causalpy/experiments/__init__.py +++ b/causalpy/experiments/__init__.py @@ -11,3 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +"""Quasi-experimental designs for causal inference."""