Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hgromer committed May 21, 2021
1 parent 25a92bb commit 40844be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Pymarshaler also supports default values, and will use any default values suppli
from dataclasses import dataclass
from pymarshaler.marshal import Marshal

@dataclass
class TestWithDefault:

name: str = 'foo'
Expand Down

0 comments on commit 40844be

Please sign in to comment.