Skip to content
Snippets Groups Projects
Commit d09886f1 authored by Luc Giffon's avatar Luc Giffon
Browse files

root_directory variable in bolsonaro.utils

parent 6f0349b9
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
from bolsonaro.utils import root_directory
print(str(root_directory))
\ No newline at end of file
File moved
File moved
File moved
from pathlib import Path
root_directory = Path(__file__).parent.parent.absolute()
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment