continuing refactor

This commit is contained in:
2026-05-03 21:20:05 -07:00
parent 77cab1bd27
commit 5534812426
50 changed files with 1004 additions and 428 deletions
+2
View File
@@ -301,6 +301,8 @@ class Matrix(TableProviderMixin, Provider):
"""
EXPOSE_AS_FILE_PROVIDER = False
MULTI_INSTANCE = True
SUPPORTED_CMDLETS = frozenset({"add-file"})
@classmethod
def config_schema(cls) -> List[Dict[str, Any]]: