1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 06:46:13 +00:00
Files
seafile-server/python/seafile/__init__.py

6 lines
135 B
Python
Raw Normal View History

2019-06-27 22:30:31 -07:00
from .rpcclient import SeafServerThreadedRpcClient as ServerThreadedRpcClient
2016-08-10 14:53:33 +08:00
class TaskType(object):
DOWNLOAD = 0
UPLOAD = 1