#!/usr/bin/env python

from simple_drive import drive_teleop

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