Files
app-ethereum/tests/ragger/constants.py
Charles-Edouard de la Vergne fa3e87a06c Fix pylint issues
2024-04-10 19:02:00 +02:00

6 lines
129 B
Python

from pathlib import Path
import os
ROOT_SNAPSHOT_PATH = Path(__file__).parent
ABIS_FOLDER = f"{os.path.dirname(__file__)}/abis"