Every object in a Scene Graph world is an entity.
bamboo_tree := class(entity):
@editable
Mesh : mesh_component = mesh_component{}
@editable
Sound : audio_component = audio_component{}
Takeaway — Entity = container. Components = behavior you attach.