Update __main__.py

Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
Mithun Gowda B
2025-07-23 08:24:17 +05:30
committed by GitHub
parent b8461667de
commit de971860b9

View File

@@ -19,7 +19,6 @@ from pathlib import Path
from typing import Dict, Callable
# Add the 'setup' directory to the Python import path (with deprecation-safe logic)
import sys
try:
# Python 3.9+ preferred modern way