mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Add Comic, Game, Movie, Music, and TV to core.auto_process
This commit is contained in:
parent
5839257f9b
commit
3b429dcc7e
3 changed files with 8 additions and 10 deletions
|
@ -1 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
from core.auto_process.comics import Comic
|
||||
from core.auto_process.games import Game
|
||||
from core.auto_process.movies import Movie
|
||||
from core.auto_process.music import Music
|
||||
from core.auto_process.tv import TV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue