mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
14 lines
131 B
Makefile
14 lines
131 B
Makefile
OWNER(g:clickhouse)
|
|
|
|
PY23_LIBRARY()
|
|
|
|
PY_SRCS(
|
|
__init__.py
|
|
backport.py
|
|
cherrypick.py
|
|
local.py
|
|
query.py
|
|
)
|
|
|
|
END()
|