refactor: Extract templating to model module
This commit is contained in:
parent
e56f014136
commit
5450776eb2
4 changed files with 20 additions and 15 deletions
|
|
@ -8,7 +8,8 @@ import papis.strings
|
|||
from papis.document import Document
|
||||
|
||||
from papis_extract import extractor, exporter
|
||||
from papis_extract.annotation_data import AnnotatedDocument, Markdown
|
||||
from papis_extract.annotation_data import AnnotatedDocument
|
||||
from papis_extract.model.templating import Markdown
|
||||
|
||||
logger = papis.logging.get_logger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue