mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor backend module architecture
This commit is contained in:
@@ -3,9 +3,9 @@ from typing import Optional, Tuple, List, Dict
|
||||
|
||||
from app import schemas
|
||||
from app.chain import ChainBase
|
||||
from app.core.config import settings
|
||||
from app.helper.directory import DirectoryHelper
|
||||
from app.log import logger
|
||||
from app.platform.config import settings
|
||||
from app.services.directory import DirectoryHelper
|
||||
from app.platform.log import logger
|
||||
|
||||
|
||||
class StorageChain(ChainBase):
|
||||
|
||||
Reference in New Issue
Block a user