Files
niri-ai-sidebar/config.py
2025-10-24 20:12:51 +02:00

9 lines
235 B
Python

"""Configuration defaults and helpers for the AI sidebar."""
class Config:
"""Placeholder configuration container."""
def __init__(self) -> None:
raise NotImplementedError("Configuration logic not implemented yet.")