cloud-backup/backup.py
2022-02-25 01:04:00 +00:00

4 lines
No EOL
68 B
Python

from src import SQLite, StorageClient
client = SQLite()
print("OK")