1menuconfig AOS_COMP_PYENGINE
2    bool "python engine"
3    default n
4    select AOS_COMP_AMP_ADAPTER
5    help
6
7if AOS_COMP_PYENGINE
8# Configurations for component pyengine
9endif
10