open source driving agent

4 lines
45 B

6 years ago
def FileReader(fn):
return open(fn, 'rb')