openpilot/tools/lib/filereader.py

4 lines
45 B
Python

def FileReader(fn):
return open(fn, 'rb')