File size: 144 Bytes
fdafd05
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Run the agentic prompt upsampling CLI."""

from agentic_upsampling.run import main


if __name__ == "__main__":
    raise SystemExit(main())