mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
from praktika.execution.machine_init import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|