6 lines
75 B
Python
6 lines
75 B
Python
from pathlib import Path
|
|
_ROOT = Path('..')
|
|
|
|
HOMOTOPIC = 0
|
|
ALTERNATIVE = 1
|