MCPcopy
hub / github.com/Textualize/rich / Model

Class Model

examples/attrs.py:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25@attr.define
26class Model:
27 name: str
28 triangles: List[Triangle] = attr.Factory(list)
29
30
31if __name__ == "__main__":

Callers 1

attrs.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected