delete: obsolete remote.py file

This commit is contained in:
Yannik Schmidt
2024-03-24 17:27:26 +01:00
parent 6e63018e1b
commit eb8ab760d9

View File

@@ -1,11 +0,0 @@
def get_meta_all(backend):
'''Get a list of all software metadata on the remote'''
pass
def download_software(backend, software, progress_callback=None):
'''Download a software from the remote'''
pass
def download_pictures(backend, software):
'''Downloads the pictures/thumbnails for a software'''
pass