fix config path

This commit is contained in:
thePR0M3TH3AN
2025-06-21 14:19:49 -04:00
parent 0eddaf75cb
commit 782804f6be

View File

@@ -12,8 +12,8 @@ from importlib.resources.abc import Traversable
from InquirerPy import prompt, inquirer
from rich.console import Console
# project root
ROOT = Path(__file__).resolve().parent.parent
# package root (contains bundled templates and src/)
ROOT = Path(__file__).resolve().parent
def _template_res(*parts) -> Traversable: