Module jumpscale.clients.syncthing

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

    from .syncthing import SyncthingClient

    return StoredFactory(SyncthingClient)

Sub-modules

jumpscale.clients.syncthing.syncthing

Functions

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

    from .syncthing import SyncthingClient

    return StoredFactory(SyncthingClient)