Source code for snakemake.remote.SFTP

from snakemake.remote import RemoteProviderBase


[docs] class RemoteProvider(RemoteProviderBase): pass