#!/opt/anaconda1anaconda2anaconda3/bin/python
"""
ape entry point when used in standalone mode
otherwise this script is shadowed by a bash function
"""
from ape.main import main
main()
