72268ee
1
2
3
4
5
6
7
# -*- coding: utf-8 -*- import sys if __name__ == '__main__': from conda_env.cli.main import main sys.exit(main())