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

6 lines
133 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-08 17:47:55 +01:00
ABIS_FOLDER = "%s/abis" % (os.path.dirname(__file__))