mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-06-23 21:58:22 +00:00
6 lines
135 B
Python
6 lines
135 B
Python
from .rpcclient import SeafServerThreadedRpcClient as ServerThreadedRpcClient
|
|
|
|
class TaskType(object):
|
|
DOWNLOAD = 0
|
|
UPLOAD = 1
|