File size: 111 Bytes
3c99d4f |
1 2 3 4 |
from pyprojroot import find_root, has_file
PROJECT_ROOT_DIR = find_root(criterion=has_file(file="README.md"))
|
3c99d4f |
1 2 3 4 |
from pyprojroot import find_root, has_file
PROJECT_ROOT_DIR = find_root(criterion=has_file(file="README.md"))
|