ClickHouse/ci/praktika/execution/__main__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
86 B
Python
Raw Normal View History

2024-10-01 19:19:35 +00:00
from praktika.execution.machine_init import run
if __name__ == "__main__":
run()