We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc00e47 + a1d4e0b commit b55a4b7Copy full SHA for b55a4b7
flowquery-py/src/__init__.py
@@ -2,6 +2,8 @@
2
FlowQuery - A declarative query language for data processing pipelines.
3
4
This is the Python implementation of FlowQuery.
5
+
6
+This module provides the core components for defining, parsing, and executing FlowQuery queries.
7
"""
8
9
from .compute.runner import Runner
0 commit comments