generated from Hazel/python-project
added assets path to code
This commit is contained in:
parent
434379fb3b
commit
d26ae7cfe6
@ -1 +1 @@
|
||||
__name__ = "scribble_to_epub"
|
||||
__name__ = "scribble_to_epub"
|
||||
|
@ -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:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user