"""Backups plugin services: kind registry and per-kind codecs.""" from .registry import REGISTRY, BackupKind, getkind, canonicalhash, byteshash, DEFAULTSHAREROOT __all__ = ['REGISTRY', 'BackupKind', 'getkind', 'canonicalhash', 'byteshash', 'DEFAULTSHAREROOT']