This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/util/zotsh/easywebdav/__init__.py
2015-02-15 16:29:12 -08:00

6 lines
193 B
Python

from .client import *
def connect(*args, **kwargs):
"""connect(host, port=0, auth=None, username=None, password=None, protocol='http', path="/")"""
return Client(*args, **kwargs)