9945: first set of changes.
[arvados.git] / services / dockercleaner / bin / arvados-docker-cleaner
1 #!/usr/bin/env python
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: AGPL-3.0
5
6 from __future__ import absolute_import, print_function
7
8 from arvados_docker.cleaner import main
9 main()