exclude for auto-update fields

This commit is contained in:
2026-05-26 09:52:57 +02:00
parent d468fe9058
commit 078cfee7ed
3 changed files with 67 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
from __future__ import annotations
from pathlib import Path
from typing import Final
LIB_PATH: Final[Path] = Path(__file__).parent