refactor backend module architecture

This commit is contained in:
jxxghp
2026-08-14 15:45:38 +08:00
parent 557cc0e2e3
commit 7b3444c366
716 changed files with 10378 additions and 7709 deletions

View File

@@ -15,8 +15,8 @@ from urllib.request import ProxyHandler, Request, build_opener, urlopen
import click
import psutil
from app.core.config import Settings, settings
from app.helper.system import SystemHelper
from app.platform.config import Settings, settings
from app.platform.runtime import SystemHelper
from version import APP_VERSION
BACKEND_RUNTIME_FILE = settings.TEMP_PATH / "moviepilot.runtime.json"