Skip to content

Commit 64b86c1

Browse files
committed
Add nullable negative int
Close #14
1 parent 1282df2 commit 64b86c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyvalueobjects/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
from pyvalueobjects.numbers.nullable_int import NullableInt
1515
from pyvalueobjects.numbers.positive_int import PositiveInt
1616
from pyvalueobjects.numbers.negative_int import NegativeInt
17+
from pyvalueobjects.numbers.nullable_negative_int import NullableNegativeInt
1718
from pyvalueobjects.numbers.positive_or_zero_int import PositiveOrZeroInt
1819
from pyvalueobjects.numbers.negative_or_zero_int import NegativeOrZeroInt

0 commit comments

Comments
 (0)