Source code for kelvin.application.config

from __future__ import annotations


[docs] class ConfigurationError(Exception): pass