Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions flowquery-py/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading