dynamically fetch the path to the templates
This commit is contained in:
parent
5632cd69c8
commit
11afd70979
2 changed files with 11 additions and 4 deletions
|
|
@ -1 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
|
||||
def get_project_root() -> Path:
|
||||
return Path(__file__).parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue