Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
bfb2c2a
1
Parent(s):
d794662
Update sync with github repo
Browse files- epub_loader.py +1 -1
epub_loader.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""
|
2 |
from dataclasses import dataclass
|
3 |
from pathlib import Path
|
4 |
from typing import List, Union
|
|
|
1 |
+
"""Load an epub file into a list of documents."""
|
2 |
from dataclasses import dataclass
|
3 |
from pathlib import Path
|
4 |
from typing import List, Union
|