Files
app-ethereum/tests/ragger/constants.py

6 lines
129 B
Python
Raw Normal View History

from pathlib import Path
2024-03-08 17:47:55 +01:00
import os
ROOT_SNAPSHOT_PATH = Path(__file__).parent
2024-03-26 09:43:26 +01:00
ABIS_FOLDER = f"{os.path.dirname(__file__)}/abis"