init commit

This commit is contained in:
Ayzen
2026-03-05 14:42:33 +03:00
commit fd4618b20d
964 changed files with 325114 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
"""Runtime helpers for GUI polling, history management, and constraints."""
from python_app.gui.runtime.constraints import validate_processing_mode_constraints
from python_app.gui.runtime.history import (
build_run_history_signature,
record_result_history,
)
__all__ = [
"build_run_history_signature",
"record_result_history",
"validate_processing_mode_constraints",
]