| 96 | return self.opts[i] |
| 97 | |
| 98 | class Texture(Item): |
| 99 | def __init__(self,*opts,**kwargs): |
| 100 | Item.__init__(self,"texture",(),opts,**kwargs) |
| 101 | |
| 102 | class Pigment(Item): |
| 103 | def __init__(self,*opts,**kwargs): |
no outgoing calls
no test coverage detected