--- layout: template title: API - pyatv.storage.file_storage permalink: /api/storage/file_storage/ link_group: api ---

Module pyatv.storage.file_storage

File based storage module.

Classes

class FileStorage (filename: str, loop: asyncio.events.AbstractEventLoop)

Storage module storing settings in a file.

Initialize a new FileStorage instance.

Ancestors

Inherited members