#!/usr/bin/env python

from gdrive_sync.__main__ import command_line_interface
command_line_interface()
 