mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -3,9 +3,9 @@ from typing import List, Optional, Tuple, Union
|
||||
|
||||
from app.domain.context import SubtitleInfo, TorrentInfo
|
||||
from app.db.site_oper import SiteOper
|
||||
from app.foundation.module import ModuleHelper
|
||||
from app.infrastructure.sites import SitesHelper # noqa
|
||||
from app.platform.log import logger
|
||||
from app.foundation.reflection import ModuleHelper
|
||||
from app.application.site.sites import SitesHelper # pylint: disable=no-name-in-module
|
||||
from app.runtime.log import logger
|
||||
from app.modules import _ModuleBase
|
||||
from app.modules.indexer.parser import SiteParserBase
|
||||
from app.modules.indexer.spider import SiteSpider
|
||||
|
||||
Reference in New Issue
Block a user