[console_scripts]
notion-oauth-handler = notion_oauth_handler.server.runner:run

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

[notion_oauth_handler.response_factory]
dummy = notion_oauth_handler.server.response:DummyNotionOAuthResponseFactory
