Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored Apr 11, 2024
1 parent e88255c commit 09865ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellar/cellar_extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
from cellar_extractor.cellar import get_cellar_extra
from cellar_extractor.cellar import get_nodes_and_edges_lists
from cellar_extractor.cellar import filter_subject_matter
from cellar_extractor.operative_extractions import Analyzer,Writing
import logging
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.INFO)

0 comments on commit 09865ff

Please sign in to comment.