cloud-backup/backup.py
2022-02-28 14:41:33 +00:00

5 lines
No EOL
57 B
Python

import sys
from src import Backup
Backup().backup_all()