ballet.contrib module¶
-
ballet.contrib.collect_contrib_features(project)[source]¶ Collect contributed features for a project at project_root
For a project
foo, walks modules within thefoo.features.contribsubpackage. A single object that is an instance ofballet.Featureis imported if present in each module. The resultingFeatureobjects are collected.