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