#!/usr/bin/env python3
"""InterGen CLI — command-line interface to the InterGen AI assistant."""
from intergen.cli import main
main()
