SPB Git forge

spb/rent-ka

Public
8commits 1branches 0releases
7.4 MBsize
maindefault branch
19 days agolast push
Python 68.8% TypeScript 18.6% CSS 8.7% JavaScript 3.3% HTML 0.6%
180 B · 6 lines python
Raw Blame History
1# Rend le paquet `rentka` importable quand pytest est lancé depuis la racine.2import sys3from pathlib import Path45sys.path.insert(0, str(Path(__file__).resolve().parent.parent))6