[console_scripts]
statement-processor = statement_processor.cli:main

[statement_processor.parsers]
markdown_table = statement_processor.parsers:MarkdownTableParser

[statement_processor.strategies]
exact_match = statement_processor.analytics.strategies:ExactMatchStrategy
regex_vendor = statement_processor.analytics.strategies:RegexVendorStrategy
