[console_scripts]
yaapp = yaapp.cli:main

[yaapp.runners]
cli = yaapp.runners.cli:CLIRunner
fastapi = yaapp.runners.fastapi:FastAPIRunner
