#!/usr/bin/env python
import sys
from conda_env.cli.main import main

sys.exit(main())
