mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 21:23:10 +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
|