# Functions

Exists checks if the configuration file exists.
Read is a placeholder function for reading the configuration file.
Write writes the default configuration to the configuration file.

# Structs

Config represents the conditioners configuration.
FS implements the Filesystem interface using the os package.

# Interfaces

Filesystem defines the operations available for interacting with the filesystem.