1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||
from .client import Client |
|||
|
|||
|
|||
def remote(*args, **kwargs): |
|||
def client(*args, **kwargs): |
|||
return Client(*args, **kwargs) |
|||
Loading…
Reference in new issue