This commit is contained in:
2025-10-12 10:45:29 +02:00
parent 6253de27e2
commit ffa046affd
270 changed files with 70620 additions and 153 deletions

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ...