refactor monolithic shared.py and separate legacy options with logging

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-12 13:35:41 -04:00
parent 4cec2db9a3
commit 4e449ca9b2
13 changed files with 599 additions and 572 deletions
+6
View File
@@ -2,6 +2,12 @@ from dataclasses import dataclass
from installer import log
def options_section(section_identifier, options_dict):
for v in options_dict.values():
v.section = section_identifier
return options_dict
class OptionInfo:
def __init__(
self,