refactor: Extract templating to model module

This commit is contained in:
Marty Oehme 2023-08-31 21:40:38 +02:00
parent e56f014136
commit 5450776eb2
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
4 changed files with 20 additions and 15 deletions

View file

@ -7,7 +7,8 @@ import papis.git
import papis.config
import Levenshtein
from papis_extract.annotation_data import AnnotatedDocument, Annotation, Templating
from papis_extract.annotation_data import AnnotatedDocument
from papis_extract.model.templating import Templating
logger = papis.logging.get_logger(__name__)