Skip to content

Commit b55a4b7

Browse files
authored
Merge pull request #11 from microsoft/flowquery-py-change
Flowquery-py changes
2 parents bc00e47 + a1d4e0b commit b55a4b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flowquery-py/src/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
FlowQuery - A declarative query language for data processing pipelines.
33
44
This is the Python implementation of FlowQuery.
5+
6+
This module provides the core components for defining, parsing, and executing FlowQuery queries.
57
"""
68

79
from .compute.runner import Runner

0 commit comments

Comments
 (0)