[console_scripts]
bdkctl=kognitos.bdk.cli.main:app
check-all=poetry_scripts:run_check_all
coverage-report=poetry_scripts:run_coverage_report
format=poetry_scripts:run_format
lint=poetry_scripts:run_lint
make-executable=poetry_scripts:run_pyinstaller
tests=poetry_scripts:run_tests
type-check=poetry_scripts:run_type_check

