# Functions
NewDefaultLoader returns a new Loader instance with the default real file reader.
NewLoader initializes a new Loader with the given FileReader.
# Structs
CalyptiaConfig contains configurations related to Calyptia.
Loader is responsible for loading configurations.
RealFileReader is a concrete implementation of FileReader.
# Interfaces
FileReader is an interface for reading files.
LoaderInterface is an interface for the configuration loader.