feat: add lead policy helpers

This commit is contained in:
Abhimanyu Saharan
2026-02-05 14:37:12 +05:30
parent d0fb0a50f4
commit 78e89427ba
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))