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