mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 17:08:18 +00:00
fix: Fix import path in config_manager
- Use relative import from models.config - Fix ModuleNotFoundError - Application now starts correctly
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
import json
|
||||
from pathlib import Path
|
||||
from .config import AppConfig
|
||||
from ..models.config import AppConfig
|
||||
|
||||
|
||||
class ConfigManager:
|
||||
|
||||
Reference in New Issue
Block a user