Model.titledraw# Model.titledraw(titlename)# Draws a title. Parameters: titlename (hwString) – The name of the title which should be drawn. Example# Draw the title with name “ Test “# import hm import hm.entities as ent model = hm.Model() model.titledraw(titlename="Test")