mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-27 04:12:10 +08:00
99c5800ea5
old-commit-hash: 29ac3da7b84426c6764150cb233b9c7bab1446d8
4 lines
45 B
Python
4 lines
45 B
Python
def FileReader(fn):
|
|
return open(fn, 'rb')
|
|
|