mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
12 lines
110 B
Makefile
12 lines
110 B
Makefile
PY23_LIBRARY()
|
|
|
|
PY_SRCS(
|
|
__init__.py
|
|
backport.py
|
|
cherrypick.py
|
|
local.py
|
|
query.py
|
|
)
|
|
|
|
END()
|