diff --git a/pyttman/core/internals.py b/pyttman/core/internals.py index 7274ac6..f02b6d4 100644 --- a/pyttman/core/internals.py +++ b/pyttman/core/internals.py @@ -64,6 +64,7 @@ def __init__(self, dictionary=None, **kwargs): self.LOG_FORMAT: str | None = None self.LOG_TO_STDOUT: bool = False self.STATIC_FILES_DIR: Path | None = None + self.PLUGINS: list | None = None [setattr(self, k, v) for k, v in kwargs.items() if not inspect.ismodule(v)