mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Move stuff around
This commit is contained in:
parent
f26dce64ef
commit
aaa9a7703a
@ -7,7 +7,7 @@ from os.path import dirname, exists, isdir, join
|
||||
from watchfiles import Change, awatch
|
||||
|
||||
from .client import KyooClient
|
||||
from .identify import identify
|
||||
from .identifiers.identify import identify
|
||||
from .models.metadataid import EpisodeId, MetadataId
|
||||
from .models.videos import For, Video, VideoInfo
|
||||
from .requests import Request, enqueue
|
||||
|
@ -4,8 +4,8 @@ from itertools import zip_longest
|
||||
from logging import getLogger
|
||||
from typing import Callable, Literal, cast
|
||||
|
||||
from ..models.videos import Guess, Video
|
||||
from .guess.guess import guessit
|
||||
from .models.videos import Guess, Video
|
||||
|
||||
logger = getLogger(__name__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user