Module jumpscale.tools.restic

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

    return StoredFactory(ResticRepo)

Sub-modules

jumpscale.tools.restic.restic

Restic client …

Functions

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

    return StoredFactory(ResticRepo)