From a1d4e0be223daaca31d719d4144937116ff5ca4c Mon Sep 17 00:00:00 2001 From: Niclas Kjall-Ohlsson Date: Wed, 28 Jan 2026 12:42:43 +0100 Subject: [PATCH] Flowquery-py changes --- flowquery-py/src/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flowquery-py/src/__init__.py b/flowquery-py/src/__init__.py index b2c1fd5..1d940a3 100644 --- a/flowquery-py/src/__init__.py +++ b/flowquery-py/src/__init__.py @@ -2,6 +2,8 @@ FlowQuery - A declarative query language for data processing pipelines. This is the Python implementation of FlowQuery. + +This module provides the core components for defining, parsing, and executing FlowQuery queries. """ from .compute.runner import Runner