WIP: PAIN
This commit is contained in:
@@ -22,6 +22,11 @@ class LogRegistry:
|
||||
self.data: dict[str, dict[str, Any]] = {}
|
||||
self.load_registry()
|
||||
|
||||
@property
|
||||
def sessions(self) -> dict[str, dict[str, Any]]:
|
||||
"""Alias for compatibility with older code/tests."""
|
||||
return self.data
|
||||
|
||||
def load_registry(self) -> None:
|
||||
"""
|
||||
Loads the registry data from the TOML file into memory.
|
||||
|
||||
Reference in New Issue
Block a user