mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-07 05:31:11 -07:00
5 lines
186 B
Python
5 lines
186 B
Python
from core.plugins.downloaders.nzb.configuration import configure_nzbs
|
|
from core.plugins.downloaders.torrent.configuration import (
|
|
configure_torrents,
|
|
configure_torrent_class,
|
|
)
|