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