"""GPG Setup.""" import gnupg from feed_ingestion.flows.bandsintown import config gpg = gnupg.GPG() gpg.import_keys(config.GPG_KEY)