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