Skip to content

1.0.2

Compare
Choose a tag to compare
@valdergallo valdergallo released this 31 Oct 09:48
· 41 commits to master since this release
  • add support to use number as attribute

Ex.:

>>> c = Cont()
>>> c.add('First Item', 1)
>>> c._1 
'1'