diff --git a/remote.py b/remote.py deleted file mode 100644 index c1f302e..0000000 --- a/remote.py +++ /dev/null @@ -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 \ No newline at end of file