from .client import Client def remote(*args, **kwargs): return Client(*args, **kwargs)