mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-04-03 17:33:42 +00:00
5 lines
94 B
Python
5 lines
94 B
Python
from pathlib import Path
|
|
|
|
DIR_SRC = Path(__file__).resolve().parent
|
|
DIR_REPO = DIR_SRC.parent
|