mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-29 08:26:51 +00:00
11 lines
375 B
Python
11 lines
375 B
Python
|
|
from rpcclient import SeafileRpcClient as RpcClient
|
|
from rpcclient import SeafileThreadedRpcClient as ThreadedRpcClient
|
|
from rpcclient import MonitorRpcClient as MonitorRpcClient
|
|
from rpcclient import SeafServerRpcClient as ServerRpcClient
|
|
from rpcclient import SeafServerThreadedRpcClient as ServerThreadedRpcClient
|
|
|
|
class TaskType(object):
|
|
DOWNLOAD = 0
|
|
UPLOAD = 1
|