Module jumpscale.clients.git

Expand source code
def export_module_as():

    from jumpscale.core.base import StoredFactory

    from .git import GitClient

    return StoredFactory(GitClient)

Sub-modules

jumpscale.clients.git.git

Functions

def export_module_as()
Expand source code
def export_module_as():

    from jumpscale.core.base import StoredFactory

    from .git import GitClient

    return StoredFactory(GitClient)