mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
5 lines
68 B
Python
5 lines
68 B
Python
from .machine_init import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|