mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-14 01:53:42 +02:00
4 lines
No EOL
68 B
Python
4 lines
No EOL
68 B
Python
from src import SQLite, StorageClient
|
|
|
|
client = SQLite()
|
|
print("OK") |