mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-24 13:01:28 +00:00
7 lines
131 B
Python
7 lines
131 B
Python
from selfprivacy_api.backup import AbstractBackuper
|
|
|
|
|
|
class ResticBackuper(AbstractBackuper):
|
|
def __init__(self):
|
|
pass
|