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

sys.exit(main())
