CoolFace
Apppublic

build-small-hackathon/legawa

sourceHugging Facemitupdated 4mo agoView on Hugging Face
2likes
__init__.py9 linesDownload Raw Back to tests
1from __future__ import annotations2 3import sys4from pathlib import Path5 6SRC = Path(__file__).resolve().parents[1] / "src"7if str(SRC) not in sys.path:8    sys.path.insert(0, str(SRC))9