Module jumpscale.clients.zerotier

Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .zerotier import ZerotierClient

    return StoredFactory(ZerotierClient)

Sub-modules

jumpscale.clients.zerotier.zerotier

A client that gives an interface to the zerotier api …

Functions

def export_module_as()
Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .zerotier import ZerotierClient

    return StoredFactory(ZerotierClient)