mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
fix config path
This commit is contained in:
@@ -12,8 +12,8 @@ from importlib.resources.abc import Traversable
|
|||||||
from InquirerPy import prompt, inquirer
|
from InquirerPy import prompt, inquirer
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
|
|
||||||
# project root
|
# package root (contains bundled templates and src/)
|
||||||
ROOT = Path(__file__).resolve().parent.parent
|
ROOT = Path(__file__).resolve().parent
|
||||||
|
|
||||||
|
|
||||||
def _template_res(*parts) -> Traversable:
|
def _template_res(*parts) -> Traversable:
|
||||||
|
Reference in New Issue
Block a user