Fix library path in settings.py

This commit is contained in:
adator
2025-11-07 22:46:09 +01:00
parent 1bfd95c291
commit b52a57f95a
3 changed files with 9 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ from typing import Any, Optional, TYPE_CHECKING
from core.definition import MSModule, MAdmin
if TYPE_CHECKING:
from core.classes.user import User
from core.classes.modules.user import User
class Settings:
"""This Class will never be reloaded.