This website requires JavaScript.
Explore
Help
Register
Sign In
SelfPrivacy
/
selfprivacy-rest-api
Watch
1
Star
0
Fork
You've already forked selfprivacy-rest-api
0
mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced
2024-11-24 21:11:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
83ed93b271
selfprivacy-rest-api
/
selfprivacy_api
/
backup
/
__init__.py
5 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
feature(backups): placeholders for the backupers and backup providers
2023-01-23 13:43:18 +00:00
from
abc
import
ABC
class
AbstractBackuper
(
ABC
)
:
def
__init__
(
self
)
:
pass
Reference in a new issue
Copy permalink