#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'python-onedrive==15.10.5','console_scripts','onedrive-cli'
__requires__ = 'python-onedrive==15.10.5'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('python-onedrive==15.10.5', 'console_scripts', 'onedrive-cli')()
    )
