"""CLI entrypoint for AI fluency plan tracker.""" from src.fluency_tracker.cli import main if __name__ == "__main__": raise SystemExit(main())