Skip to content

1.0.4

Compare
Choose a tag to compare
@valdergallo valdergallo released this 31 Oct 17:33
· 35 commits to master since this release
  • control the values that you wanna put in (label, attribute and value)
>>> c = Cont()
>>> c.add(label='First Item',attr="my_attr", value=1)
>>> c.my_attr 
'1'