mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
|
PY_LIBRARY()
|
||
|
|
||
|
PY_SRCS(
|
||
|
__init__.py
|
||
|
backport.py
|
||
|
cherrypick.py
|
||
|
local.py
|
||
|
query.py
|
||
|
)
|
||
|
|
||
|
END()
|