Source code for harp_apps.acme.settings

from harp.config import Configurable


[docs] class AcmeSettings(Configurable): owner: str = "Joe"