Files
app-ethereum/tests/ragger/constants.py
2024-03-08 18:06:56 +01:00

6 lines
133 B
Python

from pathlib import Path
import os
ROOT_SNAPSHOT_PATH = Path(__file__).parent
ABIS_FOLDER = "%s/abis" % (os.path.dirname(__file__))