#!/usr/pkg/bin/python3.12
from todoman.cli import cli

if __name__ == "__main__":
    cli()
