dragonpilot - 基於 openpilot 的開源駕駛輔助系統

4 lines
56 B

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