1.0.0
2022.10.30
feat: Offer basically class decorator function.

1.1.0
2022.10.30
feat: Offer inheritance solution. Sub class can rewrite super class's state net!

1.2.0
2022.10.30
feat: Offer default state parameter to the decorator. Will modify the class's __init__
      method which can auto switch the object to the default state.
bugfix: