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