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

if __name__ == "__main__":
    cli()
