Skip to content

Commit a508bdd

Browse files
committed
Export nullable_negative_or_zero_int
Close #15
1 parent 7b5889e commit a508bdd

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
@@ -17,3 +17,4 @@
1717
from pyvalueobjects.numbers.nullable_negative_int import NullableNegativeInt
1818
from pyvalueobjects.numbers.positive_or_zero_int import PositiveOrZeroInt
1919
from pyvalueobjects.numbers.negative_or_zero_int import NegativeOrZeroInt
20+
from pyvalueobjects.numbers.nullable_negative_or_zero_int import NullableNegativeOrZeroInt

0 commit comments

Comments
 (0)