Files
openmlsys-zh/conftest.py
anyin233 bdb823c575 refactor: clean the structure of current project (#499)
* feat: remove bilingual button on the front page

* misc: clean repo

* test: fix test suite for v1/v2 restructure and removed language switch
2026-03-12 18:24:03 +00:00

5 lines
94 B
Python

import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parent))