1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-23 21:58:22 +00:00
seafile-server/python/seafile/__init__.py
2019-06-27 22:30:31 -07:00

6 lines
135 B
Python

from .rpcclient import SeafServerThreadedRpcClient as ServerThreadedRpcClient
class TaskType(object):
DOWNLOAD = 0
UPLOAD = 1