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
68 B
Python
Raw Normal View History

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