mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 02:34:27 +08:00
4 lines
45 B
Python
4 lines
45 B
Python
|
|
def FileReader(fn):
|
||
|
|
return open(fn, 'rb')
|
||
|
|
|