refactor: Move templating to separate file
This commit is contained in:
parent
e633c0335e
commit
4eb983d9e3
7 changed files with 97 additions and 41 deletions
|
|
@ -9,7 +9,7 @@ from papis.document import Document
|
|||
|
||||
from papis_extract import extractor, exporter
|
||||
from papis_extract.annotation_data import AnnotatedDocument
|
||||
from papis_extract.model.templating import Markdown
|
||||
from papis_extract.templating import Markdown
|
||||
|
||||
logger = papis.logging.get_logger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue