1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-06-27 07:26:50 +00:00
seafile-server/python/seafile/__init__.py

6 lines
135 B
Python
Raw Permalink Normal View History

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