[console_scripts]
notion-oauth-handler = notion_oauth_handler.scripts.cli:run

[notion_oauth_handler.consumer]
dummy = notion_oauth_handler.core.consumer:DummyNotionOAuthConsumer

[notion_oauth_handler.response_factory]
debug = notion_oauth_handler.server.response:DebugNotionOAuthResponseFactory
dummy = notion_oauth_handler.server.response:DummyNotionOAuthResponseFactory
echo = notion_oauth_handler.server.response:EchoNotionOAuthResponseFactory
