# Functions
Default returns the default configuration, which is used when the repository does not include its own configuration file.
Discover looks for a configuration file in the specified directory, and returns the path to it.
Load unmarshals a yaml file to a Config object.
Open tries to get a Config from a file name or path.
# Constants
No description provided by the author