Skip to content

Commit

Permalink
expose overwrite_attribute in base_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDall committed Dec 10, 2023
1 parent a626137 commit 1e506e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/fundus/parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
from .base_parser import BaseParser, ParserProxy, attribute, function
from .base_parser import (
BaseParser,
ParserProxy,
attribute,
function,
overwrite_attribute,
)
from .data import ArticleBody

__all__ = ["ParserProxy", "BaseParser", "attribute", "function", "ArticleBody"]
__all__ = ["ParserProxy", "BaseParser", "attribute", "function", "overwrite_attribute", "ArticleBody"]

0 comments on commit 1e506e1

Please sign in to comment.