[console_scripts]
wotd = wotd.cli:main

[wotd.languages]
en = wotd.languages.english:get_provider
ja = wotd.languages.japanese:get_provider

