def read(self) -> Awaitable[bytes]: """ Return the bytes of the file. Returns ------- Awaitable[bytes] The file's data """ raise NotImplemented()