feat: store packaged user data under data directory
This commit is contained in:
+3
-2
@@ -4,9 +4,10 @@ from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
from . import appconfig
|
||||
|
||||
TITLE_PROMPT_PATH = "title_prompt.txt"
|
||||
COVER_PROMPTS_DIR = os.path.join("prompts", "cover")
|
||||
TITLE_PROMPT_PATH = appconfig.title_prompt_path()
|
||||
COVER_PROMPTS_DIR = appconfig.cover_prompts_dir()
|
||||
TEMPLATE_EXT = ".txt"
|
||||
INVALID_NAME_CHARS = set('\\/:*?"<>|')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user