added assets path to code

This commit is contained in:
Hazel Noack 2025-06-10 14:35:18 +02:00
parent 434379fb3b
commit d26ae7cfe6
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
__name__ = "scribble_to_epub"
__name__ = "scribble_to_epub"

View File

@ -49,6 +49,8 @@ DATE_MATCH = re.compile("Last updated: .*")
temp_path = Path("/tmp", __name__)
temp_path.mkdir(exist_ok=True)
__assets__ = str(Path(Path(__file__).parent, "assets"))
class Asset:
"""