openpilot/tools/lib/filereader.py

4 lines
45 B
Python
Raw Normal View History

2020-01-17 11:07:22 -07:00
def FileReader(fn):
return open(fn, 'rb')