classDiagram class InstanceAttributes { my_int_with_type_hint : int my_int_without_type_hint : int my_optional_int : Optional[int] }