mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 09:12:05 +08:00
99c5800ea5
old-commit-hash: 29ac3da7b8
4 lines
45 B
Python
4 lines
45 B
Python
def FileReader(fn):
|
|
return open(fn, 'rb')
|
|
|