cloud-backup/backup.py
2022-02-27 16:43:27 +00:00

6 lines
No EOL
69 B
Python

import sys
from src import Backup
Backup().backup_all()
print("OK")