open source driving agent
 
 
 
 
 
 

3 lines
56 B

# py2,3 compatiblity helpers
basestring = (str, bytes)