4 lines
69 B
Python
4 lines
69 B
Python
|
|
from pathlib import Path
|
||
|
|
|
||
|
|
ROOT_SNAPSHOT_PATH = Path(__file__).parent
|