mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-01 04:38:47 +02:00
5 lines
99 B
Python
5 lines
99 B
Python
import sys
|
|
from pathlib import Path
|
|
|
|
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))
|