aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/clickhouse/__main__.py
blob: 69571c411164f52db7e7243a7448a17b7af8ad0a (plain) (blame)
1
2
3
4
5
6
7
from library.python.testing.recipe import declare_recipe
from library.recipes.clickhouse.recipe import start
from library.recipes.clickhouse.recipe import stop


if __name__ == '__main__':
    declare_recipe(start, stop)