cloud-backup/backup.py
2022-02-25 15:50:42 +00:00

4 lines
No EOL
72 B
Python

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