ndf
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-29 23:40:50 -08:00
parent 4920ebf765
commit dfbee311b6
10 changed files with 5 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ for path in (ROOT_DIR, BASE_DIR):
if str_path not in sys.path:
sys.path.insert(0, str_path)
import metadata
import SYS.metadata as metadata
@dataclass(slots=True)