[console_scripts]
t2kdm-SEs = t2kdm.commands:SEs.run_from_console
t2kdm-check = t2kdm.commands:check.run_from_console
t2kdm-cli = t2kdm.cli:run_cli
t2kdm-config = t2kdm.configuration:run_configuration_wizard
t2kdm-fix = t2kdm.commands:fix.run_from_console
t2kdm-get = t2kdm.commands:get.run_from_console
t2kdm-ls = t2kdm.commands:ls.run_from_console
t2kdm-maid = t2kdm.maid:run_maid
t2kdm-put = t2kdm.commands:put.run_from_console
t2kdm-remove = t2kdm.commands:remove.run_from_console
t2kdm-replicas = t2kdm.commands:replicas.run_from_console
t2kdm-replicate = t2kdm.commands:replicate.run_from_console
t2kdm-tests = t2kdm.tests:run_tests

