#!/usr/bin/env python
# -*- encoding: utf-8 -*-

from docker_sync.cli import sync

sync()
