mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
License as MIT, KDE support, nix package and flake
This commit is contained in:
parent
3c196d83d0
commit
4a18fa6337
19 changed files with 219 additions and 39 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import requests
|
||||
import logging
|
||||
from custom_print import kv_print
|
||||
from custom_errors import RequestFailed
|
||||
from module_loader import add_source
|
||||
from downloader import download_files
|
||||
from konawall.custom_print import kv_print
|
||||
from konawall.custom_errors import RequestFailed
|
||||
from konawall.module_loader import add_source
|
||||
from konawall.downloader import download_files
|
||||
|
||||
"""
|
||||
Turn a list of tags and a count into a list of URLs to download from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue