from selfprivacy_api.backup import AbstractBackuper class ResticBackuper(AbstractBackuper): def __init__(self): pass