| 100 | Item.__init__(self,"texture",(),opts,**kwargs) |
| 101 | |
| 102 | class Pigment(Item): |
| 103 | def __init__(self,*opts,**kwargs): |
| 104 | Item.__init__(self,"pigment",(),opts,**kwargs) |
| 105 | |
| 106 | class Finish(Item): |
| 107 | def __init__(self,*opts,**kwargs): |
no outgoing calls
no test coverage detected