Source code for snakemake.remote.dropbox

from snakemake.remote import RemoteProviderBase


[docs] class RemoteProvider(RemoteProviderBase): pass