empresa-libre/source/app/seafileapi/__init__.py

6 lines
165 B
Python

from seafileapi.client import SeafileApiClient
def connect(server, username, password):
client = SeafileApiClient(server, username, password)
return client