refactor: move inference.py to root.

This commit is contained in:
K
2026-05-03 00:43:32 +05:30
parent f88a45968a
commit de1d14f125
2 changed files with 399 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import json
import os
ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "../../.."))
sys.path.insert(0, os.path.join(ROOT, "src"))
sys.path.insert(0, ROOT)
os.chdir(ROOT)
import inference # noqa: E402