Skip to content

Commit

Permalink
Exposed new class CustomStringExtractoExposed new class CustomStringE…
Browse files Browse the repository at this point in the history
…xtractorr
  • Loading branch information
LucaCappelletti94 committed Nov 4, 2020
1 parent c95cc72 commit 33c3fdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion italian_csv_type_prediction/mixed_types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from .placeholder_extractor import PlaceholderExtractor
from .custom_string_extractor import CustomStringExtractor

__all__ = [
"PlaceholderExtractor"
"PlaceholderExtractor",
"CustomStringExtractor"
]

0 comments on commit 33c3fdc

Please sign in to comment.