#!/usr/bin/env python

from simple_drive import simple_drive

if __name__ == '__main__':
    simple_drive.main()
