diff --git a/scribble_to_epub/__init__.py b/scribble_to_epub/__init__.py index b43cca0..2402b46 100644 --- a/scribble_to_epub/__init__.py +++ b/scribble_to_epub/__init__.py @@ -1 +1 @@ -__name__ = "scribble_to_epub" \ No newline at end of file +__name__ = "scribble_to_epub" diff --git a/scribble_to_epub/scribblehub.py b/scribble_to_epub/scribblehub.py index ee4f6c3..bb6b6ca 100644 --- a/scribble_to_epub/scribblehub.py +++ b/scribble_to_epub/scribblehub.py @@ -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: """